Html Css Color HEX #B8AF81 Chino

📋 copy color: '#B8AF81'

red 184 ◦ green 175 ◦ blue 129

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

Shades of Chino #B8AF81

Tints of Chino #B8AF81

RGB

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

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

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

R = 37.7%
G = 35.86%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B8AF81 (or 0xB8AF81) is known color: Chino. HEX triplet: B8, AF and 81. RGB value is (184,175,129). Sum of RGB (Red+Green+Blue) = 184+175+129=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AF81 is #47507E. Grayscale: #ACACAC. Windows color (decimal): -4673663 or 8499128. OLE color: 8499128.

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

Color convert

RGB 184 175 129 -
CMYK 0 0.05 0.30 0.28
HSL 50.18º 0.28% 0.61% -
HSV(B) 50.18º 0.3% 0.72% -
XYZ 39.06 42.44 26.9 -
YUV 172.45 103.48 136.24 -
System Red Green Blue C M Y K H S L
Decimal 184 175 129 0 0.05 0.30 0.28 50.18 0.28 0.61
Hex B8 AF 81 0 5 1E 1C 32 1C 3D
Octal 270 257 201 0 5 36 34 62 34 75
Binary 10111000 10101111 10000001 0 101 11110 11100 110010 11100 111101

Color Harmonies of #B8AF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF81

Black with #B8AF81

Text Example


Text Example

White with #B8AF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF81; }

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

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

background-color css

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

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

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

border-color css

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

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

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