Html Css Color HEX #B3AD89 Chino

📋 copy color: '#B3AD89'

red 179 ◦ green 173 ◦ blue 137

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

Shades of Chino #B3AD89

Tints of Chino #B3AD89

RGB

 RED value IS 179 (70.31% from 255) = 36.61%

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

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

R = 36.61%
G = 35.38%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B3AD89 (or 0xB3AD89) is known color: Chino. HEX triplet: B3, AD and 89. RGB value is (179,173,137). Sum of RGB (Red+Green+Blue) = 179+173+137=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AD89 is #4C5276. Grayscale: #AAAAAA. Windows color (decimal): -5001847 or 9022899. OLE color: 9022899.

HSL color Cylindrical-coordinate representation of color #B3AD89: hue angle of 51.43º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3AD89 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 173 137 -
CMYK 0 0.03 0.23 0.30
HSL 51.43º 0.22% 0.62% -
HSV(B) 51.43º 0.23% 0.7% -
XYZ 38.05 41.28 29.63 -
YUV 170.69 108.99 133.93 -
System Red Green Blue C M Y K H S L
Decimal 179 173 137 0 0.03 0.23 0.30 51.43 0.22 0.62
Hex B3 AD 89 0 3 17 1E 33 16 3E
Octal 263 255 211 0 3 27 36 63 26 76
Binary 10110011 10101101 10001001 0 11 10111 11110 110011 10110 111110

Color Harmonies of #B3AD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AD89

Black with #B3AD89

Text Example


Text Example

White with #B3AD89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AD89; }

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

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

background-color css

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

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

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

border-color css

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

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

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