#B99283

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

Shades of Del Rio #B99283

Tints of Del Rio #B99283

Color information

#B99283 (or 0xB99283) is unknown color: approx Del Rio. HEX triplet: B9, 92 and 83. RGB value is (185,146,131). Sum of RGB (Red+Green+Blue) = 185+146+131=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B99283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99283 is #466D7C. Grayscale: #9C9C9C. Windows color (decimal): -4615549 or 8622777. OLE color: 8622777.

HSL color Cylindrical-coordinate representation of color #B99283: hue angle of 16.67º degrees, saturation: 0.28, 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 #B99283 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB185146131-
CMYK00.210.290.27
HSL16.67º27.84%61.96%-
HSV(B)16.67º29.19%72.55%-
XYZ34.3832.5125.94-
YUV155.95113.92148.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.04%
GREEN value IS 146 (57.42% from 255) = 31.60%
BLUE value IS 131 (51.56% from 255) = 28.35%
R=40.04%
G=31.60%
B=28.35%

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
Decimal18514613100.210.290.2716.6727.8461.96
HexB992830151D1B111c3e
Octal2712222030253533213476
Binary10111001100100101000001101010111101110111000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99283; }

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

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

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

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

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

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

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

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