Html Css Color HEX #B9AF81 Chino

📋 copy color: '#B9AF81'

red 185 ◦ green 175 ◦ blue 129

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

Shades of Chino #B9AF81

Tints of Chino #B9AF81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.38%

R = 37.83%
G = 35.79%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B9AF81 (or 0xB9AF81) is known color: Chino. HEX triplet: B9, AF and 81. RGB value is (185,175,129). Sum of RGB (Red+Green+Blue) = 185+175+129=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AF81 is #46507E. Grayscale: #ACACAC. Windows color (decimal): -4608127 or 8499129. OLE color: 8499129.

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

Color convert

RGB 185 175 129 -
CMYK 0 0.05 0.30 0.27
HSL 49.29º 0.29% 0.62% -
HSV(B) 49.29º 0.3% 0.73% -
XYZ 39.3 42.56 26.91 -
YUV 172.75 103.31 136.74 -
System Red Green Blue C M Y K H S L
Decimal 185 175 129 0 0.05 0.30 0.27 49.29 0.29 0.62
Hex B9 AF 81 0 5 1E 1B 31 1D 3E
Octal 271 257 201 0 5 36 33 61 35 76
Binary 10111001 10101111 10000001 0 101 11110 11011 110001 11101 111110

Color Harmonies of #B9AF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF81

Black with #B9AF81

Text Example


Text Example

White with #B9AF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF81; }

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

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

background-color css

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

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

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

border-color css

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

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

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