#B02E29

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

Shades of Brown #B02E29

Tints of Brown #B02E29

Color information

#B02E29 (or 0xB02E29) is unknown color: approx Brown. HEX triplet: B0, 2E and 29. RGB value is (176,46,41). Sum of RGB (Red+Green+Blue) = 176+46+41=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B02E29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02E29 is #4FD1D6. Grayscale: #545454. Windows color (decimal): -5231063 or 2698928. OLE color: 2698928.

HSL color Cylindrical-coordinate representation of color #B02E29: hue angle of 2.22º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B02E29 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB1764641-
CMYK00.740.770.31
HSL2.22º62.21%42.55%-
HSV(B)2.22º76.7%69.02%-
XYZ19.2811.343.27-
YUV84.3103.57193.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 66.92%
GREEN value IS 46 (18.36% from 255) = 17.49%
BLUE value IS 41 (16.41% from 255) = 15.59%
R=66.92%
G=17.49%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176464100.740.770.312.2262.2142.55
HexB02E2904A4D1F23e2b
Octal260565101121153727653
Binary101100001011101010010100101010011011111110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02E29; }

 p { color: rgb(176,46,41); }

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

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

 a { background-color: rgb(176,46,41); }

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

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

 span { border-color: rgb(176,46,41); }

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