Html Css Color HEX #B5A98C Chino

📋 copy color: '#B5A98C'

red 181 ◦ green 169 ◦ blue 140

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

Shades of Chino #B5A98C

Tints of Chino #B5A98C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.49%

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

R = 36.94%
G = 34.49%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5A98C (or 0xB5A98C) is known color: Chino. HEX triplet: B5, A9 and 8C. RGB value is (181,169,140). Sum of RGB (Red+Green+Blue) = 181+169+140=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A98C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A98C is #4A5673. Grayscale: #A9A9A9. Windows color (decimal): -4871796 or 9218485. OLE color: 9218485.

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

Color convert

RGB 181 169 140 -
CMYK 0 0.07 0.23 0.29
HSL 42.44º 0.22% 0.63% -
HSV(B) 42.44º 0.23% 0.71% -
XYZ 37.98 40.09 30.55 -
YUV 169.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 181 169 140 0 0.07 0.23 0.29 42.44 0.22 0.63
Hex B5 A9 8C 0 7 17 1D 2A 16 3F
Octal 265 251 214 0 7 27 35 52 26 77
Binary 10110101 10101001 10001100 0 111 10111 11101 101010 10110 111111

Color Harmonies of #B5A98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A98C

Black with #B5A98C

Text Example


Text Example

White with #B5A98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A98C; }

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

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

background-color css

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

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

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

border-color css

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

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

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