#B23126

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

Shades of Brown #B23126

Tints of Brown #B23126

Color information

#B23126 (or 0xB23126) is unknown color: approx Brown. HEX triplet: B2, 31 and 26. RGB value is (178,49,38). Sum of RGB (Red+Green+Blue) = 178+49+38=265 (35% of max value = 765). Red value is 178 (69.92% from 255 or 67.17% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 178 - color contains mainly: red. Hex color #B23126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23126 is #4DCED9. Grayscale: #565656. Windows color (decimal): -5099226 or 2503090. OLE color: 2503090.

HSL color Cylindrical-coordinate representation of color #B23126: hue angle of 4.71º 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 #B23126 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB1784938-
CMYK00.720.790.30
HSL4.71º64.81%42.35%-
HSV(B)4.71º78.65%69.8%-
XYZ19.8111.83.07-
YUV86.32100.74193.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 67.17%
GREEN value IS 49 (19.53% from 255) = 18.49%
BLUE value IS 38 (15.23% from 255) = 14.34%
R=67.17%
G=18.49%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178493800.720.790.304.7164.8142.35
HexB231260484F1E5412a
Octal2626146011011736510152
Binary10110010110001100110010010001001111111101011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23126; }

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

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

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

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

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

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

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

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