Html Css Color HEX #B13429 Brown

📋 copy color: '#B13429'

red 177 ◦ green 52 ◦ blue 41

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

Shades of Brown #B13429

Tints of Brown #B13429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.26%

 BLUE value IS 41 (16.41% from 255) = 15.19%

R = 65.56%
G = 19.26%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B13429 (or 0xB13429) is known color: Brown. HEX triplet: B1, 34 and 29. RGB value is (177,52,41). Sum of RGB (Red+Green+Blue) = 177+52+41=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B13429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13429 is #4ECBD6. Grayscale: #585858. Windows color (decimal): -5163991 or 2700465. OLE color: 2700465.

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

Color convert

RGB 177 52 41 -
CMYK 0 0.71 0.77 0.31
HSL 4.85º 0.62% 0.43% -
HSV(B) 4.85º 0.77% 0.69% -
XYZ 19.76 11.96 3.37 -
YUV 88.12 101.41 191.39 -
System Red Green Blue C M Y K H S L
Decimal 177 52 41 0 0.71 0.77 0.31 4.85 0.62 0.43
Hex B1 34 29 0 47 4D 1F 5 3E 2B
Octal 261 64 51 0 107 115 37 5 76 53
Binary 10110001 110100 101001 0 1000111 1001101 11111 101 111110 101011

Color Harmonies of #B13429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13429

Black with #B13429

Text Example


Text Example

White with #B13429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13429; }

 p { color: rgb(177,52,41); }

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

background-color css

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

 a { background-color: rgb(177,52,41); }

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

border-color css

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

 span { border-color: rgb(177,52,41); }

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