Html Css Color HEX #BB988D Del Rio

📋 copy color: '#BB988D'

red 187 ◦ green 152 ◦ blue 141

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

Shades of Del Rio #BB988D

Tints of Del Rio #BB988D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.38%

R = 38.96%
G = 31.67%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB988D (or 0xBB988D) is known color: Del Rio. HEX triplet: BB, 98 and 8D. RGB value is (187,152,141). Sum of RGB (Red+Green+Blue) = 187+152+141=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BB988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB988D is #446772. Grayscale: #A1A1A1. Windows color (decimal): -4482931 or 9279675. OLE color: 9279675.

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

Color convert

RGB 187 152 141 -
CMYK 0 0.19 0.25 0.27
HSL 14.35º 0.25% 0.64% -
HSV(B) 14.35º 0.25% 0.73% -
XYZ 36.53 34.94 30.02 -
YUV 161.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 187 152 141 0 0.19 0.25 0.27 14.35 0.25 0.64
Hex BB 98 8D 0 13 19 1B E 19 40
Octal 273 230 215 0 23 31 33 16 31 100
Binary 10111011 10011000 10001101 0 10011 11001 11011 1110 11001 1000000

Color Harmonies of #BB988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB988D

Black with #BB988D

Text Example


Text Example

White with #BB988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB988D; }

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

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

background-color css

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

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

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

border-color css

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

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

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