Html Css Color HEX #B3AD8A Chino

📋 copy color: '#B3AD8A'

red 179 ◦ green 173 ◦ blue 138

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

Shades of Chino #B3AD8A

Tints of Chino #B3AD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.16%

R = 36.53%
G = 35.31%
B = 28.16%

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

#B3AD8A (or 0xB3AD8A) is known color: Chino. HEX triplet: B3, AD and 8A. RGB value is (179,173,138). Sum of RGB (Red+Green+Blue) = 179+173+138=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AD8A is #4C5275. Grayscale: #AAAAAA. Windows color (decimal): -5001846 or 9088435. OLE color: 9088435.

HSL color Cylindrical-coordinate representation of color #B3AD8A: hue angle of 51.22º degrees, saturation: 0.21, 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 #B3AD8A is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 173 138 -
CMYK 0 0.03 0.23 0.30
HSL 51.22º 0.21% 0.62% -
HSV(B) 51.22º 0.23% 0.7% -
XYZ 38.12 41.31 30.01 -
YUV 170.8 109.49 133.85 -
System Red Green Blue C M Y K H S L
Decimal 179 173 138 0 0.03 0.23 0.30 51.22 0.21 0.62
Hex B3 AD 8A 0 3 17 1E 33 15 3E
Octal 263 255 212 0 3 27 36 63 25 76
Binary 10110011 10101101 10001010 0 11 10111 11110 110011 10101 111110

Color Harmonies of #B3AD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AD8A

Black with #B3AD8A

Text Example


Text Example

White with #B3AD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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