#B6302F

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

Shades of Brown #B6302F

Tints of Brown #B6302F

Color information

#B6302F (or 0xB6302F) is unknown color: approx Brown. HEX triplet: B6, 30 and 2F. RGB value is (182,48,47). Sum of RGB (Red+Green+Blue) = 182+48+47=277 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.70% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 182 - color contains mainly: red. Hex color #B6302F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6302F is #49CFD0. Grayscale: #585858. Windows color (decimal): -4837329 or 3092662. OLE color: 3092662.

HSL color Cylindrical-coordinate representation of color #B6302F: hue angle of 0.44º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B6302F is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB1824847-
CMYK00.740.740.29
HSL0.44º58.95%44.9%-
HSV(B)0.44º74.18%71.37%-
XYZ20.8612.263.96-
YUV87.95104.89195.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.70%
GREEN value IS 48 (19.14% from 255) = 17.33%
BLUE value IS 47 (18.75% from 255) = 16.97%
R=65.70%
G=17.33%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182484700.740.740.290.4458.9544.9
HexB6302F04A4A1D03b2d
Octal266605701121123507355
Binary10110110110000101111010010101001010111010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6302F; }

 p { color: rgb(182,48,47); }

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

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

 a { background-color: rgb(182,48,47); }

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

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

 span { border-color: rgb(182,48,47); }

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