Html Css Color HEX #BB966F Fallow

📋 copy color: '#BB966F'

red 187 ◦ green 150 ◦ blue 111

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

Shades of Fallow #BB966F

Tints of Fallow #BB966F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.48%

 BLUE value IS 111 (43.75% from 255) = 24.78%

R = 41.74%
G = 33.48%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB966F (or 0xBB966F) is known color: Fallow. HEX triplet: BB, 96 and 6F. RGB value is (187,150,111). Sum of RGB (Red+Green+Blue) = 187+150+111=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BB966F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB966F is #446990. Grayscale: #9C9C9C. Windows color (decimal): -4483473 or 7313083. OLE color: 7313083.

HSL color Cylindrical-coordinate representation of color #BB966F: hue angle of 30.79º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB966F is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 150 111 -
CMYK 0 0.20 0.41 0.27
HSL 30.79º 0.36% 0.58% -
HSV(B) 30.79º 0.41% 0.73% -
XYZ 34.27 33.53 19.7 -
YUV 156.62 102.26 149.67 -
System Red Green Blue C M Y K H S L
Decimal 187 150 111 0 0.20 0.41 0.27 30.79 0.36 0.58
Hex BB 96 6F 0 14 29 1B 1F 24 3A
Octal 273 226 157 0 24 51 33 37 44 72
Binary 10111011 10010110 1101111 0 10100 101001 11011 11111 100100 111010

Color Harmonies of #BB966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB966F

Black with #BB966F

Text Example


Text Example

White with #BB966F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB966F; }

 p { color: rgb(187,150,111); }

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

background-color css

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

 a { background-color: rgb(187,150,111); }

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

border-color css

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

 span { border-color: rgb(187,150,111); }

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