Html Css Color HEX #BB9F74 Fallow

📋 copy color: '#BB9F74'

red 187 ◦ green 159 ◦ blue 116

#BB9F74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fallow #BB9F74

Tints of Fallow #BB9F74

RGB

 RED value IS 187 (73.44% from 255) = 40.48%

 GREEN value IS 159 (62.5% from 255) = 34.42%

 BLUE value IS 116 (45.7% from 255) = 25.11%

R = 40.48%
G = 34.42%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BB9F74 (or 0xBB9F74) is known color: Fallow. HEX triplet: BB, 9F and 74. RGB value is (187,159,116). Sum of RGB (Red+Green+Blue) = 187+159+116=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9F74 is #44608B. Grayscale: #A2A2A2. Windows color (decimal): -4481164 or 7643067. OLE color: 7643067.

HSL color Cylindrical-coordinate representation of color #BB9F74: hue angle of 36.34º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB9F74 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 159 116 -
CMYK 0 0.15 0.38 0.27
HSL 36.34º 0.34% 0.59% -
HSV(B) 36.34º 0.38% 0.73% -
XYZ 36.04 36.62 21.69 -
YUV 162.47 101.78 145.5 -
System Red Green Blue C M Y K H S L
Decimal 187 159 116 0 0.15 0.38 0.27 36.34 0.34 0.59
Hex BB 9F 74 0 F 26 1B 24 22 3B
Octal 273 237 164 0 17 46 33 44 42 73
Binary 10111011 10011111 1110100 0 1111 100110 11011 100100 100010 111011

Color Harmonies of #BB9F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9F74

Black with #BB9F74

Text Example


Text Example

White with #BB9F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9F74; }

 p { color: rgb(187,159,116); }

 H1.HeaderClassName
 {
   color: #BB9F74;
 }
 .AnyTagClassName
 {
   color: #BB9F74;
 }
</style>

background-color css

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

 a { background-color: rgb(187,159,116); }

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

border-color css

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

 span { border-color: rgb(187,159,116); }

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