Html Css Color HEX #B43229 Brown

📋 copy color: '#B43229'

red 180 ◦ green 50 ◦ blue 41

#B43229
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown #B43229

Tints of Brown #B43229

RGB

 RED value IS 180 (70.7% 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 value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B43229 (or 0xB43229) is known color: 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

RGB 180 50 41 -
CMYK 0 0.72 0.77 0.29
HSL 3.88º 0.63% 0.43% -
HSV(B) 3.88º 0.77% 0.71% -
XYZ 20.36 12.14 3.37 -
YUV 87.84 101.57 193.73 -
System Red Green Blue C M Y K H S L
Decimal 180 50 41 0 0.72 0.77 0.29 3.88 0.63 0.43
Hex B4 32 29 0 48 4D 1D 4 3F 2B
Octal 264 62 51 0 110 115 35 4 77 53
Binary 10110100 110010 101001 0 1001000 1001101 11101 100 111111 101011

Color Harmonies of #B43229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43229

Black with #B43229

Text Example


Text Example

White with #B43229

Text Example


Text Example

HTML Codes & Css Web 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>