#B99284

Color #B99284 Del Rio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Del Rio #B99284

Tints of Del Rio #B99284

Color information

#B99284 (or 0xB99284) is unknown color: approx Del Rio. HEX triplet: B9, 92 and 84. RGB value is (185,146,132). Sum of RGB (Red+Green+Blue) = 185+146+132=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B99284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99284 is #466D7B. Grayscale: #9C9C9C. Windows color (decimal): -4615548 or 8688313. OLE color: 8688313.

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

Color convert

RGB185146132-
CMYK00.210.290.27
HSL15.85º27.46%62.16%-
HSV(B)15.85º28.65%72.55%-
XYZ34.4532.5426.29-
YUV156.06114.42148.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 146 (57.42% from 255) = 31.53%
BLUE value IS 132 (51.95% from 255) = 28.51%
R=39.96%
G=31.53%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514613200.210.290.2715.8527.4662.16
HexB992840151D1B101b3e
Octal2712222040253533203376
Binary10111001100100101000010001010111101110111000011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99284; }

 p { color: rgb(185,146,132); }

 H1.HeaderClassName
 {
   color: #B99284;
 }
 .AnyTagClassName
 {
   color: #B99284;
 }
</style>
background-color css

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

 a { background-color: rgb(185,146,132); }

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

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

 span { border-color: rgb(185,146,132); }

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