Html Css Color HEX #BB9F95 Del Rio

📋 copy color: '#BB9F95'

red 187 ◦ green 159 ◦ blue 149

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

Shades of Del Rio #BB9F95

Tints of Del Rio #BB9F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.1%

R = 37.78%
G = 32.12%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB9F95 (or 0xBB9F95) is known color: Del Rio. HEX triplet: BB, 9F and 95. RGB value is (187,159,149). Sum of RGB (Red+Green+Blue) = 187+159+149=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9F95 is #44606A. Grayscale: #A6A6A6. Windows color (decimal): -4481131 or 9805755. OLE color: 9805755.

HSL color Cylindrical-coordinate representation of color #BB9F95: hue angle of 15.79º degrees, saturation: 0.22, 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 #BB9F95 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 159 149 -
CMYK 0 0.15 0.20 0.27
HSL 15.79º 0.22% 0.66% -
HSV(B) 15.79º 0.2% 0.73% -
XYZ 38.32 37.53 33.66 -
YUV 166.23 118.28 142.81 -
System Red Green Blue C M Y K H S L
Decimal 187 159 149 0 0.15 0.20 0.27 15.79 0.22 0.66
Hex BB 9F 95 0 F 14 1B 10 16 42
Octal 273 237 225 0 17 24 33 20 26 102
Binary 10111011 10011111 10010101 0 1111 10100 11011 10000 10110 1000010

Color Harmonies of #BB9F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9F95

Black with #BB9F95

Text Example


Text Example

White with #BB9F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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