#BF925A

Color #BF925A Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #BF925A

Tints of Twine #BF925A

Color information

#BF925A (or 0xBF925A) is unknown color: approx Twine. HEX triplet: BF, 92 and 5A. RGB value is (191,146,90). Sum of RGB (Red+Green+Blue) = 191+146+90=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF925A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF925A is #406DA5. Grayscale: #999999. Windows color (decimal): -4222374 or 5935807. OLE color: 5935807.

HSL color Cylindrical-coordinate representation of color #BF925A: hue angle of 33.27º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF925A is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB19114690-
CMYK00.240.530.25
HSL33.27º44.1%55.1%-
HSV(B)33.27º52.88%74.9%-
XYZ33.6132.3714.15-
YUV153.0792.41155.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 146 (57.42% from 255) = 34.19%
BLUE value IS 90 (35.55% from 255) = 21.08%
R=44.73%
G=34.19%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911469000.240.530.2533.2744.155.1
HexBF925A0183519212c37
Octal2772221320306531415467
Binary1011111110010010101101001100011010111001100001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF925A; }

 p { color: rgb(191,146,90); }

 H1.HeaderClassName
 {
   color: #BF925A;
 }
 .AnyTagClassName
 {
   color: #BF925A;
 }
</style>
background-color css

<style>
 a { background-color: #BF925A; }

 a { background-color: rgb(191,146,90); }

 div.DivClassName
 {
   background-color: #BF925A;
 }
 .BgClassName
 {
   background-color: #BF925A;
 }
</style>
border-color css

<style>
 span { border-color: #BF925A; }

 span { border-color: rgb(191,146,90); }

 td.TdClassName
 {
   border-color: #BF925A;
 }
 .TagClassName
 {
   border-color: #BF925A;
 }
</style>