Html Css Color HEX #B5AF84 Chino

📋 copy color: '#B5AF84'

red 181 ◦ green 175 ◦ blue 132

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

Shades of Chino #B5AF84

Tints of Chino #B5AF84

RGB

 RED value IS 181 (71.09% from 255) = 37.09%

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

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

R = 37.09%
G = 35.86%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B5AF84 (or 0xB5AF84) is known color: Chino. HEX triplet: B5, AF and 84. RGB value is (181,175,132). Sum of RGB (Red+Green+Blue) = 181+175+132=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AF84 is #4A507B. Grayscale: #ACACAC. Windows color (decimal): -4870268 or 8695733. OLE color: 8695733.

HSL color Cylindrical-coordinate representation of color #B5AF84: hue angle of 52.65º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5AF84 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 175 132 -
CMYK 0 0.03 0.27 0.29
HSL 52.65º 0.25% 0.61% -
HSV(B) 52.65º 0.27% 0.71% -
XYZ 38.55 42.15 27.93 -
YUV 171.89 105.49 134.5 -
System Red Green Blue C M Y K H S L
Decimal 181 175 132 0 0.03 0.27 0.29 52.65 0.25 0.61
Hex B5 AF 84 0 3 1B 1D 35 19 3D
Octal 265 257 204 0 3 33 35 65 31 75
Binary 10110101 10101111 10000100 0 11 11011 11101 110101 11001 111101

Color Harmonies of #B5AF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AF84

Black with #B5AF84

Text Example


Text Example

White with #B5AF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AF84; }

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

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

background-color css

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

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

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

border-color css

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

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

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