Html Css Color HEX #B23327 Brown

📋 copy color: '#B23327'

red 178 ◦ green 51 ◦ blue 39

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

Shades of Brown #B23327

Tints of Brown #B23327

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.03%

 BLUE value IS 39 (15.63% from 255) = 14.55%

R = 66.42%
G = 19.03%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B23327 (or 0xB23327) is known color: Brown. HEX triplet: B2, 33 and 27. RGB value is (178,51,39). Sum of RGB (Red+Green+Blue) = 178+51+39=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B23327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23327 is #4DCCD8. Grayscale: #575757. Windows color (decimal): -5098713 or 2569138. OLE color: 2569138.

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

Color convert

RGB 178 51 39 -
CMYK 0 0.71 0.78 0.30
HSL 5.18º 0.64% 0.43% -
HSV(B) 5.18º 0.78% 0.7% -
XYZ 19.91 11.98 3.18 -
YUV 87.61 100.58 192.48 -
System Red Green Blue C M Y K H S L
Decimal 178 51 39 0 0.71 0.78 0.30 5.18 0.64 0.43
Hex B2 33 27 0 47 4E 1E 5 40 2B
Octal 262 63 47 0 107 116 36 5 100 53
Binary 10110010 110011 100111 0 1000111 1001110 11110 101 1000000 101011

Color Harmonies of #B23327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23327

Black with #B23327

Text Example


Text Example

White with #B23327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23327; }

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

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

background-color css

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

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

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

border-color css

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

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

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