#B23027

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

Shades of Brown #B23027

Tints of Brown #B23027

Color information

#B23027 (or 0xB23027) is unknown color: approx Brown. HEX triplet: B2, 30 and 27. RGB value is (178,48,39). Sum of RGB (Red+Green+Blue) = 178+48+39=265 (35% of max value = 765). Red value is 178 (69.92% from 255 or 67.17% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 178 - color contains mainly: red. Hex color #B23027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23027 is #4DCFD8. Grayscale: #565656. Windows color (decimal): -5099481 or 2568370. OLE color: 2568370.

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

Color convert

RGB1784839-
CMYK00.730.780.30
HSL3.88º64.06%42.55%-
HSV(B)3.88º78.09%69.8%-
XYZ19.7811.733.14-
YUV85.84101.57193.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 67.17%
GREEN value IS 48 (19.14% from 255) = 18.11%
BLUE value IS 39 (15.62% from 255) = 14.72%
R=67.17%
G=18.11%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178483900.730.780.303.8864.0642.55
HexB230270494E1E4402b
Octal2626047011111636410053
Binary10110010110000100111010010011001110111101001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23027; }

 p { color: rgb(178,48,39); }

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

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

 a { background-color: rgb(178,48,39); }

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

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

 span { border-color: rgb(178,48,39); }

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