Html Css Color HEX #B03327 Brown

📋 copy color: '#B03327'

red 176 ◦ green 51 ◦ blue 39

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

Shades of Brown #B03327

Tints of Brown #B03327

RGB

 RED value IS 176 (69.14% from 255) = 66.17%

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

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

R = 66.17%
G = 19.17%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B03327 (or 0xB03327) is known color: Brown. HEX triplet: B0, 33 and 27. RGB value is (176,51,39). Sum of RGB (Red+Green+Blue) = 176+51+39=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B03327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03327 is #4FCCD8. Grayscale: #575757. Windows color (decimal): -5229785 or 2569136. OLE color: 2569136.

HSL color Cylindrical-coordinate representation of color #B03327: hue angle of 5.26º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B03327 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 51 39 -
CMYK 0 0.71 0.78 0.31
HSL 5.26º 0.64% 0.42% -
HSV(B) 5.26º 0.78% 0.69% -
XYZ 19.45 11.74 3.16 -
YUV 87.01 100.91 191.48 -
System Red Green Blue C M Y K H S L
Decimal 176 51 39 0 0.71 0.78 0.31 5.26 0.64 0.42
Hex B0 33 27 0 47 4E 1F 5 40 2A
Octal 260 63 47 0 107 116 37 5 100 52
Binary 10110000 110011 100111 0 1000111 1001110 11111 101 1000000 101010

Color Harmonies of #B03327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03327

Black with #B03327

Text Example


Text Example

White with #B03327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03327; }

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

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

background-color css

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

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

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

border-color css

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

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

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