Html Css Color HEX #B3AD87 Chino

📋 copy color: '#B3AD87'

red 179 ◦ green 173 ◦ blue 135

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

Shades of Chino #B3AD87

Tints of Chino #B3AD87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.72%

R = 36.76%
G = 35.52%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B3AD87 (or 0xB3AD87) is known color: Chino. HEX triplet: B3, AD and 87. RGB value is (179,173,135). Sum of RGB (Red+Green+Blue) = 179+173+135=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 135 (53.12% from 255 or 27.72% from 487); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AD87 is #4C5278. Grayscale: #AAAAAA. Windows color (decimal): -5001849 or 8891827. OLE color: 8891827.

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

Color convert

RGB 179 173 135 -
CMYK 0 0.03 0.25 0.30
HSL 51.82º 0.22% 0.62% -
HSV(B) 51.82º 0.25% 0.7% -
XYZ 37.91 41.22 28.88 -
YUV 170.46 107.99 134.09 -
System Red Green Blue C M Y K H S L
Decimal 179 173 135 0 0.03 0.25 0.30 51.82 0.22 0.62
Hex B3 AD 87 0 3 19 1E 34 16 3E
Octal 263 255 207 0 3 31 36 64 26 76
Binary 10110011 10101101 10000111 0 11 11001 11110 110100 10110 111110

Color Harmonies of #B3AD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AD87

Black with #B3AD87

Text Example


Text Example

White with #B3AD87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AD87; }

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

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

background-color css

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

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

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

border-color css

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

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

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