Html Css Color HEX #B6AD89 Chino

📋 copy color: '#B6AD89'

red 182 ◦ green 173 ◦ blue 137

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

Shades of Chino #B6AD89

Tints of Chino #B6AD89

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.16%

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

R = 36.99%
G = 35.16%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B6AD89 (or 0xB6AD89) is known color: Chino. HEX triplet: B6, AD and 89. RGB value is (182,173,137). Sum of RGB (Red+Green+Blue) = 182+173+137=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AD89 is #495276. Grayscale: #ABABAB. Windows color (decimal): -4805239 or 9022902. OLE color: 9022902.

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

Color convert

RGB 182 173 137 -
CMYK 0 0.05 0.25 0.29
HSL 48º 0.24% 0.63% -
HSV(B) 48º 0.25% 0.71% -
XYZ 38.75 41.64 29.66 -
YUV 171.59 108.48 135.43 -
System Red Green Blue C M Y K H S L
Decimal 182 173 137 0 0.05 0.25 0.29 48 0.24 0.63
Hex B6 AD 89 0 5 19 1D 30 18 3F
Octal 266 255 211 0 5 31 35 60 30 77
Binary 10110110 10101101 10001001 0 101 11001 11101 110000 11000 111111

Color Harmonies of #B6AD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AD89

Black with #B6AD89

Text Example


Text Example

White with #B6AD89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AD89; }

 p { color: rgb(182,173,137); }

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

background-color css

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

 a { background-color: rgb(182,173,137); }

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

border-color css

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

 span { border-color: rgb(182,173,137); }

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