Html Css Color HEX #B89C96 Del Rio

📋 copy color: '#B89C96'

red 184 ◦ green 156 ◦ blue 150

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

Shades of Del Rio #B89C96

Tints of Del Rio #B89C96

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.84%

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

R = 37.55%
G = 31.84%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B89C96 (or 0xB89C96) is known color: Del Rio. HEX triplet: B8, 9C and 96. RGB value is (184,156,150). Sum of RGB (Red+Green+Blue) = 184+156+150=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89C96 is #476369. Grayscale: #A3A3A3. Windows color (decimal): -4678506 or 9870520. OLE color: 9870520.

HSL color Cylindrical-coordinate representation of color #B89C96: hue angle of 10.59º 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 #B89C96 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 156 150 -
CMYK 0 0.15 0.18 0.28
HSL 10.59º 0.19% 0.65% -
HSV(B) 10.59º 0.18% 0.72% -
XYZ 37.16 36.17 33.88 -
YUV 163.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 184 156 150 0 0.15 0.18 0.28 10.59 0.19 0.65
Hex B8 9C 96 0 F 12 1C B 13 41
Octal 270 234 226 0 17 22 34 13 23 101
Binary 10111000 10011100 10010110 0 1111 10010 11100 1011 10011 1000001

Color Harmonies of #B89C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89C96

Black with #B89C96

Text Example


Text Example

White with #B89C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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