Html Css Color HEX #BB988F Del Rio

📋 copy color: '#BB988F'

red 187 ◦ green 152 ◦ blue 143

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

Shades of Del Rio #BB988F

Tints of Del Rio #BB988F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.67%

R = 38.8%
G = 31.54%
B = 29.67%

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

#BB988F (or 0xBB988F) is known color: Del Rio. HEX triplet: BB, 98 and 8F. RGB value is (187,152,143). Sum of RGB (Red+Green+Blue) = 187+152+143=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BB988F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB988F is #446770. Grayscale: #A1A1A1. Windows color (decimal): -4482929 or 9410747. OLE color: 9410747.

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

Color convert

RGB 187 152 143 -
CMYK 0 0.19 0.24 0.27
HSL 12.27º 0.24% 0.65% -
HSV(B) 12.27º 0.24% 0.73% -
XYZ 36.68 35 30.81 -
YUV 161.44 117.6 146.23 -
System Red Green Blue C M Y K H S L
Decimal 187 152 143 0 0.19 0.24 0.27 12.27 0.24 0.65
Hex BB 98 8F 0 13 18 1B C 18 41
Octal 273 230 217 0 23 30 33 14 30 101
Binary 10111011 10011000 10001111 0 10011 11000 11011 1100 11000 1000001

Color Harmonies of #BB988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB988F

Black with #BB988F

Text Example


Text Example

White with #BB988F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB988F; }

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

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

background-color css

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

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

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

border-color css

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

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

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