Html Css Color HEX #B99C8C Del Rio

📋 copy color: '#B99C8C'

red 185 ◦ green 156 ◦ blue 140

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

Shades of Del Rio #B99C8C

Tints of Del Rio #B99C8C

RGB

 RED value IS 185 (72.66% from 255) = 38.46%

 GREEN value IS 156 (61.33% from 255) = 32.43%

 BLUE value IS 140 (55.08% from 255) = 29.11%

R = 38.46%
G = 32.43%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B99C8C (or 0xB99C8C) is known color: Del Rio. HEX triplet: B9, 9C and 8C. RGB value is (185,156,140). Sum of RGB (Red+Green+Blue) = 185+156+140=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99C8C is #466373. Grayscale: #A2A2A2. Windows color (decimal): -4612980 or 9215161. OLE color: 9215161.

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

Color convert

RGB 185 156 140 -
CMYK 0 0.16 0.24 0.27
HSL 21.33º 0.24% 0.64% -
HSV(B) 21.33º 0.24% 0.73% -
XYZ 36.63 35.98 29.83 -
YUV 162.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 185 156 140 0 0.16 0.24 0.27 21.33 0.24 0.64
Hex B9 9C 8C 0 10 18 1B 15 18 40
Octal 271 234 214 0 20 30 33 25 30 100
Binary 10111001 10011100 10001100 0 10000 11000 11011 10101 11000 1000000

Color Harmonies of #B99C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C8C

Black with #B99C8C

Text Example


Text Example

White with #B99C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C8C; }

 p { color: rgb(185,156,140); }

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

background-color css

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

 a { background-color: rgb(185,156,140); }

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

border-color css

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

 span { border-color: rgb(185,156,140); }

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