Html Css Color HEX #B5A096 Del Rio

📋 copy color: '#B5A096'

red 181 ◦ green 160 ◦ blue 150

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

Shades of Del Rio #B5A096

Tints of Del Rio #B5A096

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.59%

 BLUE value IS 150 (58.98% from 255) = 30.55%

R = 36.86%
G = 32.59%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B5A096 (or 0xB5A096) is known color: Del Rio. HEX triplet: B5, A0 and 96. RGB value is (181,160,150). Sum of RGB (Red+Green+Blue) = 181+160+150=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A096 is #4A5F69. Grayscale: #A5A5A5. Windows color (decimal): -4874090 or 9871541. OLE color: 9871541.

HSL color Cylindrical-coordinate representation of color #B5A096: hue angle of 19.35º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5A096 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 160 150 -
CMYK 0 0.12 0.17 0.29
HSL 19.35º 0.17% 0.65% -
HSV(B) 19.35º 0.17% 0.71% -
XYZ 37.13 37.17 34.07 -
YUV 165.14 119.46 139.31 -
System Red Green Blue C M Y K H S L
Decimal 181 160 150 0 0.12 0.17 0.29 19.35 0.17 0.65
Hex B5 A0 96 0 C 11 1D 13 11 41
Octal 265 240 226 0 14 21 35 23 21 101
Binary 10110101 10100000 10010110 0 1100 10001 11101 10011 10001 1000001

Color Harmonies of #B5A096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A096

Black with #B5A096

Text Example


Text Example

White with #B5A096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A096; }

 p { color: rgb(181,160,150); }

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

background-color css

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

 a { background-color: rgb(181,160,150); }

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

border-color css

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

 span { border-color: rgb(181,160,150); }

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