Html Css Color HEX #B5A097 Del Rio

📋 copy color: '#B5A097'

red 181 ◦ green 160 ◦ blue 151

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

Shades of Del Rio #B5A097

Tints of Del Rio #B5A097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.69%

R = 36.79%
G = 32.52%
B = 30.69%

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

#B5A097 (or 0xB5A097) is known color: Del Rio. HEX triplet: B5, A0 and 97. RGB value is (181,160,151). Sum of RGB (Red+Green+Blue) = 181+160+151=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A097 is #4A5F68. Grayscale: #A5A5A5. Windows color (decimal): -4874089 or 9937077. OLE color: 9937077.

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

Color convert

RGB 181 160 151 -
CMYK 0 0.12 0.17 0.29
HSL 18º 0.17% 0.65% -
HSV(B) 18º 0.17% 0.71% -
XYZ 37.21 37.2 34.5 -
YUV 165.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 181 160 151 0 0.12 0.17 0.29 18 0.17 0.65
Hex B5 A0 97 0 C 11 1D 12 11 41
Octal 265 240 227 0 14 21 35 22 21 101
Binary 10110101 10100000 10010111 0 1100 10001 11101 10010 10001 1000001

Color Harmonies of #B5A097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A097

Black with #B5A097

Text Example


Text Example

White with #B5A097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A097; }

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

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

background-color css

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

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

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

border-color css

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

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

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