Html Css Color HEX #BB988A Del Rio

📋 copy color: '#BB988A'

red 187 ◦ green 152 ◦ blue 138

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

Shades of Del Rio #BB988A

Tints of Del Rio #BB988A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.93%

R = 39.2%
G = 31.87%
B = 28.93%

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

#BB988A (or 0xBB988A) is known color: Del Rio. HEX triplet: BB, 98 and 8A. RGB value is (187,152,138). Sum of RGB (Red+Green+Blue) = 187+152+138=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BB988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB988A is #446775. Grayscale: #A0A0A0. Windows color (decimal): -4482934 or 9083067. OLE color: 9083067.

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

Color convert

RGB 187 152 138 -
CMYK 0 0.19 0.26 0.27
HSL 17.14º 0.26% 0.64% -
HSV(B) 17.14º 0.26% 0.73% -
XYZ 36.31 34.86 28.86 -
YUV 160.87 115.1 146.64 -
System Red Green Blue C M Y K H S L
Decimal 187 152 138 0 0.19 0.26 0.27 17.14 0.26 0.64
Hex BB 98 8A 0 13 1A 1B 11 1A 40
Octal 273 230 212 0 23 32 33 21 32 100
Binary 10111011 10011000 10001010 0 10011 11010 11011 10001 11010 1000000

Color Harmonies of #BB988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB988A

Black with #BB988A

Text Example


Text Example

White with #BB988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB988A; }

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

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

background-color css

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

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

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

border-color css

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

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

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