Html Css Color HEX #BB988E Del Rio

📋 copy color: '#BB988E'

red 187 ◦ green 152 ◦ blue 142

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

Shades of Del Rio #BB988E

Tints of Del Rio #BB988E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.6%

 BLUE value IS 142 (55.86% from 255) = 29.52%

R = 38.88%
G = 31.6%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB988E (or 0xBB988E) is known color: Del Rio. HEX triplet: BB, 98 and 8E. RGB value is (187,152,142). Sum of RGB (Red+Green+Blue) = 187+152+142=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BB988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB988E is #446771. Grayscale: #A1A1A1. Windows color (decimal): -4482930 or 9345211. OLE color: 9345211.

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

Color convert

RGB 187 152 142 -
CMYK 0 0.19 0.24 0.27
HSL 13.33º 0.25% 0.65% -
HSV(B) 13.33º 0.24% 0.73% -
XYZ 36.6 34.97 30.41 -
YUV 161.33 117.1 146.31 -
System Red Green Blue C M Y K H S L
Decimal 187 152 142 0 0.19 0.24 0.27 13.33 0.25 0.65
Hex BB 98 8E 0 13 18 1B D 19 41
Octal 273 230 216 0 23 30 33 15 31 101
Binary 10111011 10011000 10001110 0 10011 11000 11011 1101 11001 1000001

Color Harmonies of #BB988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB988E

Black with #BB988E

Text Example


Text Example

White with #BB988E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB988E; }

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

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

background-color css

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

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

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

border-color css

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

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

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