Html Css Color HEX #B89E96 Del Rio

📋 copy color: '#B89E96'

red 184 ◦ green 158 ◦ blue 150

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

Shades of Del Rio #B89E96

Tints of Del Rio #B89E96

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.11%

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

R = 37.4%
G = 32.11%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B89E96 (or 0xB89E96) is known color: Del Rio. HEX triplet: B8, 9E and 96. RGB value is (184,158,150). Sum of RGB (Red+Green+Blue) = 184+158+150=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89E96 is #476169. Grayscale: #A4A4A4. Windows color (decimal): -4677994 or 9871032. OLE color: 9871032.

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

Color convert

RGB 184 158 150 -
CMYK 0 0.14 0.18 0.28
HSL 14.12º 0.19% 0.65% -
HSV(B) 14.12º 0.18% 0.72% -
XYZ 37.5 36.85 33.99 -
YUV 164.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 184 158 150 0 0.14 0.18 0.28 14.12 0.19 0.65
Hex B8 9E 96 0 E 12 1C E 13 41
Octal 270 236 226 0 16 22 34 16 23 101
Binary 10111000 10011110 10010110 0 1110 10010 11100 1110 10011 1000001

Color Harmonies of #B89E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89E96

Black with #B89E96

Text Example


Text Example

White with #B89E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89E96; }

 p { color: rgb(184,158,150); }

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

background-color css

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

 a { background-color: rgb(184,158,150); }

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

border-color css

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

 span { border-color: rgb(184,158,150); }

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