Html Css Color HEX #B7AF89 Chino

📋 copy color: '#B7AF89'

red 183 ◦ green 175 ◦ blue 137

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

Shades of Chino #B7AF89

Tints of Chino #B7AF89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.68%

R = 36.97%
G = 35.35%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B7AF89 (or 0xB7AF89) is known color: Chino. HEX triplet: B7, AF and 89. RGB value is (183,175,137). Sum of RGB (Red+Green+Blue) = 183+175+137=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AF89 is #485076. Grayscale: #ADADAD. Windows color (decimal): -4739191 or 9023415. OLE color: 9023415.

HSL color Cylindrical-coordinate representation of color #B7AF89: hue angle of 49.57º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7AF89 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 175 137 -
CMYK 0 0.04 0.25 0.28
HSL 49.57º 0.24% 0.63% -
HSV(B) 49.57º 0.25% 0.72% -
XYZ 39.37 42.53 29.8 -
YUV 173.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 183 175 137 0 0.04 0.25 0.28 49.57 0.24 0.63
Hex B7 AF 89 0 4 19 1C 32 18 3F
Octal 267 257 211 0 4 31 34 62 30 77
Binary 10110111 10101111 10001001 0 100 11001 11100 110010 11000 111111

Color Harmonies of #B7AF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AF89

Black with #B7AF89

Text Example


Text Example

White with #B7AF89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AF89; }

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

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

background-color css

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

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

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

border-color css

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

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

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