Html Css Color HEX #B5A98D Chino

📋 copy color: '#B5A98D'

red 181 ◦ green 169 ◦ blue 141

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

Shades of Chino #B5A98D

Tints of Chino #B5A98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.72%

R = 36.86%
G = 34.42%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5A98D (or 0xB5A98D) is known color: Chino. HEX triplet: B5, A9 and 8D. RGB value is (181,169,141). Sum of RGB (Red+Green+Blue) = 181+169+141=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A98D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A98D is #4A5672. Grayscale: #A9A9A9. Windows color (decimal): -4871795 or 9284021. OLE color: 9284021.

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

Color convert

RGB 181 169 141 -
CMYK 0 0.07 0.22 0.29
HSL 42º 0.21% 0.63% -
HSV(B) 42º 0.22% 0.71% -
XYZ 38.05 40.12 30.94 -
YUV 169.4 111.98 136.28 -
System Red Green Blue C M Y K H S L
Decimal 181 169 141 0 0.07 0.22 0.29 42 0.21 0.63
Hex B5 A9 8D 0 7 16 1D 2A 15 3F
Octal 265 251 215 0 7 26 35 52 25 77
Binary 10110101 10101001 10001101 0 111 10110 11101 101010 10101 111111

Color Harmonies of #B5A98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A98D

Black with #B5A98D

Text Example


Text Example

White with #B5A98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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