Html Css Color HEX #B5AD8A Chino

📋 copy color: '#B5AD8A'

red 181 ◦ green 173 ◦ blue 138

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

Shades of Chino #B5AD8A

Tints of Chino #B5AD8A

RGB

 RED value IS 181 (71.09% from 255) = 36.79%

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

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

R = 36.79%
G = 35.16%
B = 28.05%

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

#B5AD8A (or 0xB5AD8A) is known color: Chino. HEX triplet: B5, AD and 8A. RGB value is (181,173,138). Sum of RGB (Red+Green+Blue) = 181+173+138=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AD8A is #4A5275. Grayscale: #ABABAB. Windows color (decimal): -4870774 or 9088437. OLE color: 9088437.

HSL color Cylindrical-coordinate representation of color #B5AD8A: hue angle of 48.84º 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 #B5AD8A is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 173 138 -
CMYK 0 0.04 0.24 0.29
HSL 48.84º 0.23% 0.63% -
HSV(B) 48.84º 0.24% 0.71% -
XYZ 38.59 41.55 30.03 -
YUV 171.4 109.15 134.85 -
System Red Green Blue C M Y K H S L
Decimal 181 173 138 0 0.04 0.24 0.29 48.84 0.23 0.63
Hex B5 AD 8A 0 4 18 1D 31 17 3F
Octal 265 255 212 0 4 30 35 61 27 77
Binary 10110101 10101101 10001010 0 100 11000 11101 110001 10111 111111

Color Harmonies of #B5AD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AD8A

Black with #B5AD8A

Text Example


Text Example

White with #B5AD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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