Html Css Color HEX #BBAF89 Chino

📋 copy color: '#BBAF89'

red 187 ◦ green 175 ◦ blue 137

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

Shades of Chino #BBAF89

Tints of Chino #BBAF89

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.07%

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

R = 37.47%
G = 35.07%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BBAF89 (or 0xBBAF89) is known color: Chino. HEX triplet: BB, AF and 89. RGB value is (187,175,137). Sum of RGB (Red+Green+Blue) = 187+175+137=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAF89 is #445076. Grayscale: #AEAEAE. Windows color (decimal): -4477047 or 9023419. OLE color: 9023419.

HSL color Cylindrical-coordinate representation of color #BBAF89: hue angle of 45.6º 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 #BBAF89 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 175 137 -
CMYK 0 0.06 0.27 0.27
HSL 45.6º 0.27% 0.64% -
HSV(B) 45.6º 0.27% 0.73% -
XYZ 40.34 43.03 29.85 -
YUV 174.26 106.98 137.09 -
System Red Green Blue C M Y K H S L
Decimal 187 175 137 0 0.06 0.27 0.27 45.6 0.27 0.64
Hex BB AF 89 0 6 1B 1B 2E 1B 40
Octal 273 257 211 0 6 33 33 56 33 100
Binary 10111011 10101111 10001001 0 110 11011 11011 101110 11011 1000000

Color Harmonies of #BBAF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF89

Black with #BBAF89

Text Example


Text Example

White with #BBAF89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF89; }

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

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

background-color css

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

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

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

border-color css

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

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

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