Html Css Color HEX #BB9F93 Del Rio

📋 copy color: '#BB9F93'

red 187 ◦ green 159 ◦ blue 147

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

Shades of Del Rio #BB9F93

Tints of Del Rio #BB9F93

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.25%

 BLUE value IS 147 (57.81% from 255) = 29.82%

R = 37.93%
G = 32.25%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB9F93 (or 0xBB9F93) is known color: Del Rio. HEX triplet: BB, 9F and 93. RGB value is (187,159,147). Sum of RGB (Red+Green+Blue) = 187+159+147=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9F93 is #44606C. Grayscale: #A6A6A6. Windows color (decimal): -4481133 or 9674683. OLE color: 9674683.

HSL color Cylindrical-coordinate representation of color #BB9F93: hue angle of 18º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BB9F93 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 159 147 -
CMYK 0 0.15 0.21 0.27
HSL 18º 0.23% 0.65% -
HSV(B) 18º 0.21% 0.73% -
XYZ 38.16 37.47 32.82 -
YUV 166 117.28 142.98 -
System Red Green Blue C M Y K H S L
Decimal 187 159 147 0 0.15 0.21 0.27 18 0.23 0.65
Hex BB 9F 93 0 F 15 1B 12 17 41
Octal 273 237 223 0 17 25 33 22 27 101
Binary 10111011 10011111 10010011 0 1111 10101 11011 10010 10111 1000001

Color Harmonies of #BB9F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9F93

Black with #BB9F93

Text Example


Text Example

White with #BB9F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9F93; }

 p { color: rgb(187,159,147); }

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

background-color css

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

 a { background-color: rgb(187,159,147); }

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

border-color css

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

 span { border-color: rgb(187,159,147); }

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