#B43229

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

Shades of Brown #B43229

Tints of Brown #B43229

Color information

#B43229 (or 0xB43229) is unknown color: approx Brown. HEX triplet: B4, 32 and 29. RGB value is (180,50,41). Sum of RGB (Red+Green+Blue) = 180+50+41=271 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.42% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 180 - color contains mainly: red. Hex color #B43229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43229 is #4BCDD6. Grayscale: #585858. Windows color (decimal): -4967895 or 2699956. OLE color: 2699956.

HSL color Cylindrical-coordinate representation of color #B43229: hue angle of 3.88º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B43229 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB1805041-
CMYK00.720.770.29
HSL3.88º62.9%43.33%-
HSV(B)3.88º77.22%70.59%-
XYZ20.3612.143.37-
YUV87.84101.57193.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.42%
GREEN value IS 50 (19.92% from 255) = 18.45%
BLUE value IS 41 (16.41% from 255) = 15.13%
R=66.42%
G=18.45%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180504100.720.770.293.8862.943.33
HexB432290484D1D43f2b
Octal264625101101153547753
Binary1011010011001010100101001000100110111101100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43229; }

 p { color: rgb(180,50,41); }

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

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

 a { background-color: rgb(180,50,41); }

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

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

 span { border-color: rgb(180,50,41); }

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