Html Css Color HEX #B5AD8C Chino

📋 copy color: '#B5AD8C'

red 181 ◦ green 173 ◦ blue 140

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

Shades of Chino #B5AD8C

Tints of Chino #B5AD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.34%

R = 36.64%
G = 35.02%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5AD8C (or 0xB5AD8C) is known color: Chino. HEX triplet: B5, AD and 8C. RGB value is (181,173,140). Sum of RGB (Red+Green+Blue) = 181+173+140=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AD8C is #4A5273. Grayscale: #ABABAB. Windows color (decimal): -4870772 or 9219509. OLE color: 9219509.

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

Color convert

RGB 181 173 140 -
CMYK 0 0.04 0.23 0.29
HSL 48.29º 0.22% 0.63% -
HSV(B) 48.29º 0.23% 0.71% -
XYZ 38.73 41.6 30.8 -
YUV 171.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 181 173 140 0 0.04 0.23 0.29 48.29 0.22 0.63
Hex B5 AD 8C 0 4 17 1D 30 16 3F
Octal 265 255 214 0 4 27 35 60 26 77
Binary 10110101 10101101 10001100 0 100 10111 11101 110000 10110 111111

Color Harmonies of #B5AD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AD8C

Black with #B5AD8C

Text Example


Text Example

White with #B5AD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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