Html Css Color HEX #B23226 Brown

📋 copy color: '#B23226'

red 178 ◦ green 50 ◦ blue 38

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

Shades of Brown #B23226

Tints of Brown #B23226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.29%

R = 66.92%
G = 18.8%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B23226 (or 0xB23226) is known color: Brown. HEX triplet: B2, 32 and 26. RGB value is (178,50,38). Sum of RGB (Red+Green+Blue) = 178+50+38=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B23226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23226 is #4DCDD9. Grayscale: #575757. Windows color (decimal): -5098970 or 2503346. OLE color: 2503346.

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

Color convert

RGB 178 50 38 -
CMYK 0 0.72 0.79 0.30
HSL 5.14º 0.65% 0.42% -
HSV(B) 5.14º 0.79% 0.7% -
XYZ 19.85 11.89 3.08 -
YUV 86.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 178 50 38 0 0.72 0.79 0.30 5.14 0.65 0.42
Hex B2 32 26 0 48 4F 1E 5 41 2A
Octal 262 62 46 0 110 117 36 5 101 52
Binary 10110010 110010 100110 0 1001000 1001111 11110 101 1000001 101010

Color Harmonies of #B23226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23226

Black with #B23226

Text Example


Text Example

White with #B23226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23226; }

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

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

background-color css

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

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

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

border-color css

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

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

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