Html Css Color HEX #BB988B Del Rio

📋 copy color: '#BB988B'

red 187 ◦ green 152 ◦ blue 139

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

Shades of Del Rio #BB988B

Tints of Del Rio #BB988B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.08%

R = 39.12%
G = 31.8%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB988B (or 0xBB988B) is known color: Del Rio. HEX triplet: BB, 98 and 8B. RGB value is (187,152,139). Sum of RGB (Red+Green+Blue) = 187+152+139=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BB988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB988B is #446774. Grayscale: #A1A1A1. Windows color (decimal): -4482933 or 9148603. OLE color: 9148603.

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

Color convert

RGB 187 152 139 -
CMYK 0 0.19 0.26 0.27
HSL 16.25º 0.26% 0.64% -
HSV(B) 16.25º 0.26% 0.73% -
XYZ 36.38 34.89 29.24 -
YUV 160.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 187 152 139 0 0.19 0.26 0.27 16.25 0.26 0.64
Hex BB 98 8B 0 13 1A 1B 10 1A 40
Octal 273 230 213 0 23 32 33 20 32 100
Binary 10111011 10011000 10001011 0 10011 11010 11011 10000 11010 1000000

Color Harmonies of #BB988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB988B

Black with #BB988B

Text Example


Text Example

White with #BB988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB988B; }

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

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

background-color css

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

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

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

border-color css

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

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

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