Html Css Color HEX #B8AF84 Chino

📋 copy color: '#B8AF84'

red 184 ◦ green 175 ◦ blue 132

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

Shades of Chino #B8AF84

Tints of Chino #B8AF84

RGB

 RED value IS 184 (72.27% from 255) = 37.47%

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

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

R = 37.47%
G = 35.64%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B8AF84 (or 0xB8AF84) is known color: Chino. HEX triplet: B8, AF and 84. RGB value is (184,175,132). Sum of RGB (Red+Green+Blue) = 184+175+132=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AF84 is #47507B. Grayscale: #ACACAC. Windows color (decimal): -4673660 or 8695736. OLE color: 8695736.

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

Color convert

RGB 184 175 132 -
CMYK 0 0.05 0.28 0.28
HSL 49.62º 0.27% 0.62% -
HSV(B) 49.62º 0.28% 0.72% -
XYZ 39.26 42.52 27.97 -
YUV 172.79 104.98 136 -
System Red Green Blue C M Y K H S L
Decimal 184 175 132 0 0.05 0.28 0.28 49.62 0.27 0.62
Hex B8 AF 84 0 5 1C 1C 32 1B 3E
Octal 270 257 204 0 5 34 34 62 33 76
Binary 10111000 10101111 10000100 0 101 11100 11100 110010 11011 111110

Color Harmonies of #B8AF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF84

Black with #B8AF84

Text Example


Text Example

White with #B8AF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF84; }

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

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

background-color css

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

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

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

border-color css

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

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

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