Html Css Color HEX #BB9C96 Del Rio

📋 copy color: '#BB9C96'

red 187 ◦ green 156 ◦ blue 150

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

Shades of Del Rio #BB9C96

Tints of Del Rio #BB9C96

RGB

 RED value IS 187 (73.44% from 255) = 37.93%

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

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

R = 37.93%
G = 31.64%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB9C96 (or 0xBB9C96) is known color: Del Rio. HEX triplet: BB, 9C and 96. RGB value is (187,156,150). Sum of RGB (Red+Green+Blue) = 187+156+150=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9C96 is #446369. Grayscale: #A4A4A4. Windows color (decimal): -4481898 or 9870523. OLE color: 9870523.

HSL color Cylindrical-coordinate representation of color #BB9C96: hue angle of 9.73º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB9C96 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 156 150 -
CMYK 0 0.17 0.20 0.27
HSL 9.73º 0.21% 0.66% -
HSV(B) 9.73º 0.2% 0.73% -
XYZ 37.89 36.54 33.91 -
YUV 164.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 187 156 150 0 0.17 0.20 0.27 9.73 0.21 0.66
Hex BB 9C 96 0 11 14 1B A 15 42
Octal 273 234 226 0 21 24 33 12 25 102
Binary 10111011 10011100 10010110 0 10001 10100 11011 1010 10101 1000010

Color Harmonies of #BB9C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9C96

Black with #BB9C96

Text Example


Text Example

White with #BB9C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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