Html Css Color HEX #B23229 Brown

📋 copy color: '#B23229'

red 178 ◦ green 50 ◦ blue 41

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

Shades of Brown #B23229

Tints of Brown #B23229

RGB

 RED value IS 178 (69.92% from 255) = 66.17%

 GREEN value IS 50 (19.92% from 255) = 18.59%

 BLUE value IS 41 (16.41% from 255) = 15.24%

R = 66.17%
G = 18.59%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B23229 (or 0xB23229) is known color: Brown. HEX triplet: B2, 32 and 29. RGB value is (178,50,41). Sum of RGB (Red+Green+Blue) = 178+50+41=269 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.17% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 178 - color contains mainly: red. Hex color #B23229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23229 is #4DCDD6. Grayscale: #575757. Windows color (decimal): -5098967 or 2699954. OLE color: 2699954.

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

Color convert

RGB 178 50 41 -
CMYK 0 0.72 0.77 0.30
HSL 3.94º 0.63% 0.43% -
HSV(B) 3.94º 0.77% 0.7% -
XYZ 19.9 11.91 3.35 -
YUV 87.25 101.91 192.73 -
System Red Green Blue C M Y K H S L
Decimal 178 50 41 0 0.72 0.77 0.30 3.94 0.63 0.43
Hex B2 32 29 0 48 4D 1E 4 3F 2B
Octal 262 62 51 0 110 115 36 4 77 53
Binary 10110010 110010 101001 0 1001000 1001101 11110 100 111111 101011

Color Harmonies of #B23229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23229

Black with #B23229

Text Example


Text Example

White with #B23229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23229; }

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

 H1.HeaderClassName
 {
   color: #B23229;
 }
 .AnyTagClassName
 {
   color: #B23229;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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