#B02F25

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

Shades of Brown #B02F25

Tints of Brown #B02F25

Color information

#B02F25 (or 0xB02F25) is unknown color: approx Brown. HEX triplet: B0, 2F and 25. RGB value is (176,47,37). Sum of RGB (Red+Green+Blue) = 176+47+37=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02F25 is #4FD0DA. Grayscale: #545454. Windows color (decimal): -5230811 or 2437040. OLE color: 2437040.

HSL color Cylindrical-coordinate representation of color #B02F25: hue angle of 4.32º 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 #B02F25 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB1764737-
CMYK00.730.790.31
HSL4.32º65.26%41.76%-
HSV(B)4.32º78.98%69.02%-
XYZ19.2511.42.94-
YUV84.43101.24193.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 67.69%
GREEN value IS 47 (18.75% from 255) = 18.08%
BLUE value IS 37 (14.84% from 255) = 14.23%
R=67.69%
G=18.08%
B=14.23%

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
Decimal176473700.730.790.314.3265.2641.76
HexB02F250494F1F4412a
Octal2605745011111737410152
Binary10110000101111100101010010011001111111111001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02F25; }

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

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

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

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

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

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

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

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