Html Css Color HEX #B7AF81 Chino

📋 copy color: '#B7AF81'

red 183 ◦ green 175 ◦ blue 129

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

Shades of Chino #B7AF81

Tints of Chino #B7AF81

RGB

 RED value IS 183 (71.88% from 255) = 37.58%

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

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

R = 37.58%
G = 35.93%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B7AF81 (or 0xB7AF81) is known color: Chino. HEX triplet: B7, AF and 81. RGB value is (183,175,129). Sum of RGB (Red+Green+Blue) = 183+175+129=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AF81 is #48507E. Grayscale: #ACACAC. Windows color (decimal): -4739199 or 8499127. OLE color: 8499127.

HSL color Cylindrical-coordinate representation of color #B7AF81: hue angle of 51.11º degrees, saturation: 0.27, 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 #B7AF81 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 175 129 -
CMYK 0 0.04 0.30 0.28
HSL 51.11º 0.27% 0.61% -
HSV(B) 51.11º 0.3% 0.72% -
XYZ 38.82 42.31 26.89 -
YUV 172.15 103.65 135.74 -
System Red Green Blue C M Y K H S L
Decimal 183 175 129 0 0.04 0.30 0.28 51.11 0.27 0.61
Hex B7 AF 81 0 4 1E 1C 33 1B 3D
Octal 267 257 201 0 4 36 34 63 33 75
Binary 10110111 10101111 10000001 0 100 11110 11100 110011 11011 111101

Color Harmonies of #B7AF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AF81

Black with #B7AF81

Text Example


Text Example

White with #B7AF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AF81; }

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

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

background-color css

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

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

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

border-color css

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

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

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