#B03025

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

Shades of Brown #B03025

Tints of Brown #B03025

Color information

#B03025 (or 0xB03025) is unknown color: approx Brown. HEX triplet: B0, 30 and 25. RGB value is (176,48,37). Sum of RGB (Red+Green+Blue) = 176+48+37=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B03025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03025 is #4FCFDA. Grayscale: #555555. Windows color (decimal): -5230555 or 2437296. OLE color: 2437296.

HSL color Cylindrical-coordinate representation of color #B03025: hue angle of 4.75º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B03025 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB1764837-
CMYK00.730.790.31
HSL4.75º65.26%41.76%-
HSV(B)4.75º78.98%69.02%-
XYZ19.311.482.95-
YUV85.02100.91192.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 67.43%
GREEN value IS 48 (19.14% from 255) = 18.39%
BLUE value IS 37 (14.84% from 255) = 14.18%
R=67.43%
G=18.39%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176483700.730.790.314.7565.2641.76
HexB030250494F1F5412a
Octal2606045011111737510152
Binary10110000110000100101010010011001111111111011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03025; }

 p { color: rgb(176,48,37); }

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

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

 a { background-color: rgb(176,48,37); }

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

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

 span { border-color: rgb(176,48,37); }

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