Html Css Color HEX #B8A097 Del Rio

📋 copy color: '#B8A097'

red 184 ◦ green 160 ◦ blue 151

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

Shades of Del Rio #B8A097

Tints of Del Rio #B8A097

RGB

 RED value IS 184 (72.27% from 255) = 37.17%

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

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

R = 37.17%
G = 32.32%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B8A097 (or 0xB8A097) is known color: Del Rio. HEX triplet: B8, A0 and 97. RGB value is (184,160,151). Sum of RGB (Red+Green+Blue) = 184+160+151=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A097 is #475F68. Grayscale: #A6A6A6. Windows color (decimal): -4677481 or 9937080. OLE color: 9937080.

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

Color convert

RGB 184 160 151 -
CMYK 0 0.13 0.18 0.28
HSL 16.36º 0.19% 0.66% -
HSV(B) 16.36º 0.18% 0.72% -
XYZ 37.92 37.57 34.53 -
YUV 166.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 184 160 151 0 0.13 0.18 0.28 16.36 0.19 0.66
Hex B8 A0 97 0 D 12 1C 10 13 42
Octal 270 240 227 0 15 22 34 20 23 102
Binary 10111000 10100000 10010111 0 1101 10010 11100 10000 10011 1000010

Color Harmonies of #B8A097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A097

Black with #B8A097

Text Example


Text Example

White with #B8A097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A097; }

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

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

background-color css

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

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

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

border-color css

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

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

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