Html Css Color HEX #B6AF8B Chino

📋 copy color: '#B6AF8B'

red 182 ◦ green 175 ◦ blue 139

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

Shades of Chino #B6AF8B

Tints of Chino #B6AF8B

RGB

 RED value IS 182 (71.48% from 255) = 36.69%

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

 BLUE value IS 139 (54.69% from 255) = 28.02%

R = 36.69%
G = 35.28%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B6AF8B (or 0xB6AF8B) is known color: Chino. HEX triplet: B6, AF and 8B. RGB value is (182,175,139). Sum of RGB (Red+Green+Blue) = 182+175+139=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AF8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AF8B is #495074. Grayscale: #ADADAD. Windows color (decimal): -4804725 or 9154486. OLE color: 9154486.

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

Color convert

RGB 182 175 139 -
CMYK 0 0.04 0.24 0.29
HSL 50.23º 0.23% 0.63% -
HSV(B) 50.23º 0.24% 0.71% -
XYZ 39.28 42.47 30.55 -
YUV 172.99 108.82 134.43 -
System Red Green Blue C M Y K H S L
Decimal 182 175 139 0 0.04 0.24 0.29 50.23 0.23 0.63
Hex B6 AF 8B 0 4 18 1D 32 17 3F
Octal 266 257 213 0 4 30 35 62 27 77
Binary 10110110 10101111 10001011 0 100 11000 11101 110010 10111 111111

Color Harmonies of #B6AF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AF8B

Black with #B6AF8B

Text Example


Text Example

White with #B6AF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AF8B; }

 p { color: rgb(182,175,139); }

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

background-color css

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

 a { background-color: rgb(182,175,139); }

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

border-color css

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

 span { border-color: rgb(182,175,139); }

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