Html Css Color HEX #B16413 Golden Brown

📋 copy color: '#B16413'

red 177 ◦ green 100 ◦ blue 19

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

Shades of Golden Brown #B16413

Tints of Golden Brown #B16413

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.78%

 BLUE value IS 19 (7.81% from 255) = 6.42%

R = 59.8%
G = 33.78%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B16413 (or 0xB16413) is known color: Golden Brown. HEX triplet: B1, 64 and 13. RGB value is (177,100,19). Sum of RGB (Red+Green+Blue) = 177+100+19=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B16413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16413 is #4E9BEC. Grayscale: #727272. Windows color (decimal): -5151725 or 1270961. OLE color: 1270961.

HSL color Cylindrical-coordinate representation of color #B16413: hue angle of 30.76º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B16413 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 100 19 -
CMYK 0 0.44 0.89 0.31
HSL 30.76º 0.81% 0.38% -
HSV(B) 30.76º 0.89% 0.69% -
XYZ 22.81 18.51 2.99 -
YUV 113.79 74.51 173.09 -
System Red Green Blue C M Y K H S L
Decimal 177 100 19 0 0.44 0.89 0.31 30.76 0.81 0.38
Hex B1 64 13 0 2C 59 1F 1F 51 26
Octal 261 144 23 0 54 131 37 37 121 46
Binary 10110001 1100100 10011 0 101100 1011001 11111 11111 1010001 100110

Color Harmonies of #B16413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16413

Black with #B16413

Text Example


Text Example

White with #B16413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16413; }

 p { color: rgb(177,100,19); }

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

background-color css

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

 a { background-color: rgb(177,100,19); }

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

border-color css

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

 span { border-color: rgb(177,100,19); }

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