Html Css Color HEX #BB9673 Fallow

📋 copy color: '#BB9673'

red 187 ◦ green 150 ◦ blue 115

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

Shades of Fallow #BB9673

Tints of Fallow #BB9673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.44%

R = 41.37%
G = 33.19%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB9673 (or 0xBB9673) is known color: Fallow. HEX triplet: BB, 96 and 73. RGB value is (187,150,115). Sum of RGB (Red+Green+Blue) = 187+150+115=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9673 is #44698C. Grayscale: #9D9D9D. Windows color (decimal): -4483469 or 7575227. OLE color: 7575227.

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

Color convert

RGB 187 150 115 -
CMYK 0 0.20 0.39 0.27
HSL 29.17º 0.35% 0.59% -
HSV(B) 29.17º 0.39% 0.73% -
XYZ 34.49 33.62 20.89 -
YUV 157.07 104.26 149.35 -
System Red Green Blue C M Y K H S L
Decimal 187 150 115 0 0.20 0.39 0.27 29.17 0.35 0.59
Hex BB 96 73 0 14 27 1B 1D 23 3B
Octal 273 226 163 0 24 47 33 35 43 73
Binary 10111011 10010110 1110011 0 10100 100111 11011 11101 100011 111011

Color Harmonies of #BB9673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9673

Black with #BB9673

Text Example


Text Example

White with #BB9673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9673; }

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

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

background-color css

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

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

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

border-color css

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

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

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