Html Css Color HEX #B7A097 Del Rio

📋 copy color: '#B7A097'

red 183 ◦ green 160 ◦ blue 151

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

Shades of Del Rio #B7A097

Tints of Del Rio #B7A097

RGB

 RED value IS 183 (71.88% from 255) = 37.04%

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

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

R = 37.04%
G = 32.39%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#B7A097 (or 0xB7A097) is known color: Del Rio. HEX triplet: B7, A0 and 97. RGB value is (183,160,151). Sum of RGB (Red+Green+Blue) = 183+160+151=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A097 is #485F68. Grayscale: #A5A5A5. Windows color (decimal): -4743017 or 9937079. OLE color: 9937079.

HSL color Cylindrical-coordinate representation of color #B7A097: hue angle of 16.88º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7A097 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 160 151 -
CMYK 0 0.13 0.17 0.28
HSL 16.88º 0.18% 0.65% -
HSV(B) 16.88º 0.17% 0.72% -
XYZ 37.69 37.44 34.52 -
YUV 165.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 183 160 151 0 0.13 0.17 0.28 16.88 0.18 0.65
Hex B7 A0 97 0 D 11 1C 11 12 41
Octal 267 240 227 0 15 21 34 21 22 101
Binary 10110111 10100000 10010111 0 1101 10001 11100 10001 10010 1000001

Color Harmonies of #B7A097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A097

Black with #B7A097

Text Example


Text Example

White with #B7A097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A097; }

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

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

background-color css

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

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

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

border-color css

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

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

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