Html Css Color HEX #BBAE87 Chino

📋 copy color: '#BBAE87'

red 187 ◦ green 174 ◦ blue 135

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

Shades of Chino #BBAE87

Tints of Chino #BBAE87

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.08%

 BLUE value IS 135 (53.13% from 255) = 27.22%

R = 37.7%
G = 35.08%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BBAE87 (or 0xBBAE87) is known color: Chino. HEX triplet: BB, AE and 87. RGB value is (187,174,135). Sum of RGB (Red+Green+Blue) = 187+174+135=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 135 (53.12% from 255 or 27.22% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE87 is #445178. Grayscale: #ADADAD. Windows color (decimal): -4477305 or 8892091. OLE color: 8892091.

HSL color Cylindrical-coordinate representation of color #BBAE87: hue angle of 45º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBAE87 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 174 135 -
CMYK 0 0.07 0.28 0.27
HSL 45º 0.28% 0.63% -
HSV(B) 45º 0.28% 0.73% -
XYZ 40 42.59 29.03 -
YUV 173.44 106.31 137.67 -
System Red Green Blue C M Y K H S L
Decimal 187 174 135 0 0.07 0.28 0.27 45 0.28 0.63
Hex BB AE 87 0 7 1C 1B 2D 1C 3F
Octal 273 256 207 0 7 34 33 55 34 77
Binary 10111011 10101110 10000111 0 111 11100 11011 101101 11100 111111

Color Harmonies of #BBAE87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE87

Black with #BBAE87

Text Example


Text Example

White with #BBAE87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE87; }

 p { color: rgb(187,174,135); }

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

background-color css

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

 a { background-color: rgb(187,174,135); }

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

border-color css

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

 span { border-color: rgb(187,174,135); }

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