Html Css Color HEX #B9AF84 Chino

📋 copy color: '#B9AF84'

red 185 ◦ green 175 ◦ blue 132

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

Shades of Chino #B9AF84

Tints of Chino #B9AF84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.83%

R = 37.6%
G = 35.57%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B9AF84 (or 0xB9AF84) is known color: Chino. HEX triplet: B9, AF and 84. RGB value is (185,175,132). Sum of RGB (Red+Green+Blue) = 185+175+132=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AF84 is #46507B. Grayscale: #ADADAD. Windows color (decimal): -4608124 or 8695737. OLE color: 8695737.

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

Color convert

RGB 185 175 132 -
CMYK 0 0.05 0.29 0.27
HSL 48.68º 0.27% 0.62% -
HSV(B) 48.68º 0.29% 0.73% -
XYZ 39.5 42.64 27.98 -
YUV 173.09 104.81 136.5 -
System Red Green Blue C M Y K H S L
Decimal 185 175 132 0 0.05 0.29 0.27 48.68 0.27 0.62
Hex B9 AF 84 0 5 1D 1B 31 1B 3E
Octal 271 257 204 0 5 35 33 61 33 76
Binary 10111001 10101111 10000100 0 101 11101 11011 110001 11011 111110

Color Harmonies of #B9AF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF84

Black with #B9AF84

Text Example


Text Example

White with #B9AF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF84; }

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

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

background-color css

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

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

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

border-color css

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

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

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