Html Css Color HEX #B23027 Brown

📋 copy color: '#B23027'

red 178 ◦ green 48 ◦ blue 39

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

Shades of Brown #B23027

Tints of Brown #B23027

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.63% from 255) = 14.72%

R = 67.17%
G = 18.11%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

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

RGB 178 48 39 -
CMYK 0 0.73 0.78 0.30
HSL 3.88º 0.64% 0.43% -
HSV(B) 3.88º 0.78% 0.7% -
XYZ 19.78 11.73 3.14 -
YUV 85.84 101.57 193.73 -
System Red Green Blue C M Y K H S L
Decimal 178 48 39 0 0.73 0.78 0.30 3.88 0.64 0.43
Hex B2 30 27 0 49 4E 1E 4 40 2B
Octal 262 60 47 0 111 116 36 4 100 53
Binary 10110010 110000 100111 0 1001001 1001110 11110 100 1000000 101011

Color Harmonies of #B23027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23027

Black with #B23027

Text Example


Text Example

White with #B23027

Text Example


Text Example

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