Html Css Color HEX #B13326 Brown

📋 copy color: '#B13326'

red 177 ◦ green 51 ◦ blue 38

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

Shades of Brown #B13326

Tints of Brown #B13326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.29%

R = 66.54%
G = 19.17%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B13326 (or 0xB13326) is known color: Brown. HEX triplet: B1, 33 and 26. RGB value is (177,51,38). Sum of RGB (Red+Green+Blue) = 177+51+38=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B13326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13326 is #4ECCD9. Grayscale: #575757. Windows color (decimal): -5164250 or 2503601. OLE color: 2503601.

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

Color convert

RGB 177 51 38 -
CMYK 0 0.71 0.79 0.31
HSL 5.61º 0.65% 0.42% -
HSV(B) 5.61º 0.79% 0.69% -
XYZ 19.67 11.85 3.09 -
YUV 87.19 100.24 192.06 -
System Red Green Blue C M Y K H S L
Decimal 177 51 38 0 0.71 0.79 0.31 5.61 0.65 0.42
Hex B1 33 26 0 47 4F 1F 6 41 2A
Octal 261 63 46 0 107 117 37 6 101 52
Binary 10110001 110011 100110 0 1000111 1001111 11111 110 1000001 101010

Color Harmonies of #B13326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13326

Black with #B13326

Text Example


Text Example

White with #B13326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13326; }

 p { color: rgb(177,51,38); }

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

background-color css

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

 a { background-color: rgb(177,51,38); }

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

border-color css

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

 span { border-color: rgb(177,51,38); }

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