Html Css Color HEX #B13027 Brown

📋 copy color: '#B13027'

red 177 ◦ green 48 ◦ blue 39

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

Shades of Brown #B13027

Tints of Brown #B13027

RGB

 RED value IS 177 (69.53% from 255) = 67.05%

 GREEN value IS 48 (19.14% from 255) = 18.18%

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

R = 67.05%
G = 18.18%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B13027 (or 0xB13027) is known color: Brown. HEX triplet: B1, 30 and 27. RGB value is (177,48,39). Sum of RGB (Red+Green+Blue) = 177+48+39=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B13027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13027 is #4ECFD8. Grayscale: #555555. Windows color (decimal): -5165017 or 2568369. OLE color: 2568369.

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

Color convert

RGB 177 48 39 -
CMYK 0 0.73 0.78 0.31
HSL 3.91º 0.64% 0.42% -
HSV(B) 3.91º 0.78% 0.69% -
XYZ 19.55 11.61 3.13 -
YUV 85.55 101.74 193.23 -
System Red Green Blue C M Y K H S L
Decimal 177 48 39 0 0.73 0.78 0.31 3.91 0.64 0.42
Hex B1 30 27 0 49 4E 1F 4 40 2A
Octal 261 60 47 0 111 116 37 4 100 52
Binary 10110001 110000 100111 0 1001001 1001110 11111 100 1000000 101010

Color Harmonies of #B13027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13027

Black with #B13027

Text Example


Text Example

White with #B13027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13027; }

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

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

background-color css

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

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

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

border-color css

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

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

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