Html Css Color HEX #BB9F98 Del Rio

📋 copy color: '#BB9F98'

red 187 ◦ green 159 ◦ blue 152

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

Shades of Del Rio #BB9F98

Tints of Del Rio #BB9F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.52%

R = 37.55%
G = 31.93%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB9F98 (or 0xBB9F98) is known color: Del Rio. HEX triplet: BB, 9F and 98. RGB value is (187,159,152). Sum of RGB (Red+Green+Blue) = 187+159+152=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9F98 is #446067. Grayscale: #A6A6A6. Windows color (decimal): -4481128 or 10002363. OLE color: 10002363.

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

Color convert

RGB 187 159 152 -
CMYK 0 0.15 0.19 0.27
HSL 12º 0.2% 0.66% -
HSV(B) 12º 0.19% 0.73% -
XYZ 38.56 37.63 34.94 -
YUV 166.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 187 159 152 0 0.15 0.19 0.27 12 0.2 0.66
Hex BB 9F 98 0 F 13 1B C 14 42
Octal 273 237 230 0 17 23 33 14 24 102
Binary 10111011 10011111 10011000 0 1111 10011 11011 1100 10100 1000010

Color Harmonies of #BB9F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9F98

Black with #BB9F98

Text Example


Text Example

White with #BB9F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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