Html Css Color HEX #B5AB7E Chino

📋 copy color: '#B5AB7E'

red 181 ◦ green 171 ◦ blue 126

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

Shades of Chino #B5AB7E

Tints of Chino #B5AB7E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.77%

 BLUE value IS 126 (49.61% from 255) = 26.36%

R = 37.87%
G = 35.77%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5AB7E (or 0xB5AB7E) is known color: Chino. HEX triplet: B5, AB and 7E. RGB value is (181,171,126). Sum of RGB (Red+Green+Blue) = 181+171+126=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AB7E is #4A5481. Grayscale: #A9A9A9. Windows color (decimal): -4871298 or 8301493. OLE color: 8301493.

HSL color Cylindrical-coordinate representation of color #B5AB7E: hue angle of 49.09º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5AB7E is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 171 126 -
CMYK 0 0.06 0.30 0.29
HSL 49.09º 0.27% 0.6% -
HSV(B) 49.09º 0.3% 0.71% -
XYZ 37.38 40.46 25.58 -
YUV 168.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 181 171 126 0 0.06 0.30 0.29 49.09 0.27 0.6
Hex B5 AB 7E 0 6 1E 1D 31 1B 3C
Octal 265 253 176 0 6 36 35 61 33 74
Binary 10110101 10101011 1111110 0 110 11110 11101 110001 11011 111100

Color Harmonies of #B5AB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AB7E

Black with #B5AB7E

Text Example


Text Example

White with #B5AB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AB7E; }

 p { color: rgb(181,171,126); }

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

background-color css

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

 a { background-color: rgb(181,171,126); }

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

border-color css

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

 span { border-color: rgb(181,171,126); }

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