Html Css Color HEX #B4A097 Del Rio

📋 copy color: '#B4A097'

red 180 ◦ green 160 ◦ blue 151

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

Shades of Del Rio #B4A097

Tints of Del Rio #B4A097

RGB

 RED value IS 180 (70.7% from 255) = 36.66%

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

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

R = 36.66%
G = 32.59%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B4A097 (or 0xB4A097) is known color: Del Rio. HEX triplet: B4, A0 and 97. RGB value is (180,160,151). Sum of RGB (Red+Green+Blue) = 180+160+151=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A097 is #4B5F68. Grayscale: #A5A5A5. Windows color (decimal): -4939625 or 9937076. OLE color: 9937076.

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

Color convert

RGB 180 160 151 -
CMYK 0 0.11 0.16 0.29
HSL 18.62º 0.16% 0.65% -
HSV(B) 18.62º 0.16% 0.71% -
XYZ 36.98 37.08 34.49 -
YUV 164.95 120.13 138.73 -
System Red Green Blue C M Y K H S L
Decimal 180 160 151 0 0.11 0.16 0.29 18.62 0.16 0.65
Hex B4 A0 97 0 B 10 1D 13 10 41
Octal 264 240 227 0 13 20 35 23 20 101
Binary 10110100 10100000 10010111 0 1011 10000 11101 10011 10000 1000001

Color Harmonies of #B4A097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A097

Black with #B4A097

Text Example


Text Example

White with #B4A097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A097; }

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

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

background-color css

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

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

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

border-color css

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

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

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