Html Css Color HEX #B13227 Brown

📋 copy color: '#B13227'

red 177 ◦ green 50 ◦ blue 39

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

Shades of Brown #B13227

Tints of Brown #B13227

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.8%

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

R = 66.54%
G = 18.8%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B13227 (or 0xB13227) is known color: Brown. HEX triplet: B1, 32 and 27. RGB value is (177,50,39). Sum of RGB (Red+Green+Blue) = 177+50+39=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B13227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13227 is #4ECDD8. Grayscale: #565656. Windows color (decimal): -5164505 or 2568881. OLE color: 2568881.

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

Color convert

RGB 177 50 39 -
CMYK 0 0.72 0.78 0.31
HSL 4.78º 0.64% 0.42% -
HSV(B) 4.78º 0.78% 0.69% -
XYZ 19.64 11.77 3.16 -
YUV 86.72 101.08 192.39 -
System Red Green Blue C M Y K H S L
Decimal 177 50 39 0 0.72 0.78 0.31 4.78 0.64 0.42
Hex B1 32 27 0 48 4E 1F 5 40 2A
Octal 261 62 47 0 110 116 37 5 100 52
Binary 10110001 110010 100111 0 1001000 1001110 11111 101 1000000 101010

Color Harmonies of #B13227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13227

Black with #B13227

Text Example


Text Example

White with #B13227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13227; }

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

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

background-color css

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

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

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

border-color css

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

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

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