Html Css Color HEX #B9AF87 Chino

📋 copy color: '#B9AF87'

red 185 ◦ green 175 ◦ blue 135

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

Shades of Chino #B9AF87

Tints of Chino #B9AF87

RGB

 RED value IS 185 (72.66% from 255) = 37.37%

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

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

R = 37.37%
G = 35.35%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#B9AF87 (or 0xB9AF87) is known color: Chino. HEX triplet: B9, AF and 87. RGB value is (185,175,135). Sum of RGB (Red+Green+Blue) = 185+175+135=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 135 (53.12% from 255 or 27.27% from 495); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AF87 is #465078. Grayscale: #ADADAD. Windows color (decimal): -4608121 or 8892345. OLE color: 8892345.

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

Color convert

RGB 185 175 135 -
CMYK 0 0.05 0.27 0.27
HSL 48º 0.26% 0.63% -
HSV(B) 48º 0.27% 0.73% -
XYZ 39.71 42.72 29.08 -
YUV 173.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 185 175 135 0 0.05 0.27 0.27 48 0.26 0.63
Hex B9 AF 87 0 5 1B 1B 30 1A 3F
Octal 271 257 207 0 5 33 33 60 32 77
Binary 10111001 10101111 10000111 0 101 11011 11011 110000 11010 111111

Color Harmonies of #B9AF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF87

Black with #B9AF87

Text Example


Text Example

White with #B9AF87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF87; }

 p { color: rgb(185,175,135); }

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

background-color css

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

 a { background-color: rgb(185,175,135); }

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

border-color css

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

 span { border-color: rgb(185,175,135); }

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