Html Css Color HEX #BB998D Del Rio

📋 copy color: '#BB998D'

red 187 ◦ green 153 ◦ blue 141

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

Shades of Del Rio #BB998D

Tints of Del Rio #BB998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.81%

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

R = 38.88%
G = 31.81%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB998D (or 0xBB998D) is known color: Del Rio. HEX triplet: BB, 99 and 8D. RGB value is (187,153,141). Sum of RGB (Red+Green+Blue) = 187+153+141=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BB998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB998D is #446672. Grayscale: #A1A1A1. Windows color (decimal): -4482675 or 9279931. OLE color: 9279931.

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

Color convert

RGB 187 153 141 -
CMYK 0 0.18 0.25 0.27
HSL 15.65º 0.25% 0.64% -
HSV(B) 15.65º 0.25% 0.73% -
XYZ 36.69 35.27 30.07 -
YUV 161.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 187 153 141 0 0.18 0.25 0.27 15.65 0.25 0.64
Hex BB 99 8D 0 12 19 1B 10 19 40
Octal 273 231 215 0 22 31 33 20 31 100
Binary 10111011 10011001 10001101 0 10010 11001 11011 10000 11001 1000000

Color Harmonies of #BB998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB998D

Black with #BB998D

Text Example


Text Example

White with #BB998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB998D; }

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

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

background-color css

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

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

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

border-color css

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

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

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