Html Css Color HEX #BBAE89 Chino

📋 copy color: '#BBAE89'

red 187 ◦ green 174 ◦ blue 137

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

Shades of Chino #BBAE89

Tints of Chino #BBAE89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.51%

R = 37.55%
G = 34.94%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BBAE89 (or 0xBBAE89) is known color: Chino. HEX triplet: BB, AE and 89. RGB value is (187,174,137). Sum of RGB (Red+Green+Blue) = 187+174+137=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE89 is #445176. Grayscale: #ADADAD. Windows color (decimal): -4477303 or 9023163. OLE color: 9023163.

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

Color convert

RGB 187 174 137 -
CMYK 0 0.07 0.27 0.27
HSL 44.4º 0.27% 0.64% -
HSV(B) 44.4º 0.27% 0.73% -
XYZ 40.14 42.64 29.78 -
YUV 173.67 107.31 137.51 -
System Red Green Blue C M Y K H S L
Decimal 187 174 137 0 0.07 0.27 0.27 44.4 0.27 0.64
Hex BB AE 89 0 7 1B 1B 2C 1B 40
Octal 273 256 211 0 7 33 33 54 33 100
Binary 10111011 10101110 10001001 0 111 11011 11011 101100 11011 1000000

Color Harmonies of #BBAE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE89

Black with #BBAE89

Text Example


Text Example

White with #BBAE89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE89; }

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

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

background-color css

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

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

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

border-color css

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

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

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