Html Css Color HEX #B16013 Golden Brown

📋 copy color: '#B16013'

red 177 ◦ green 96 ◦ blue 19

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

Shades of Golden Brown #B16013

Tints of Golden Brown #B16013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.88%

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

R = 60.62%
G = 32.88%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B16013 (or 0xB16013) is known color: Golden Brown. HEX triplet: B1, 60 and 13. RGB value is (177,96,19). Sum of RGB (Red+Green+Blue) = 177+96+19=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B16013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16013 is #4E9FEC. Grayscale: #6F6F6F. Windows color (decimal): -5152749 or 1269937. OLE color: 1269937.

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

Color convert

RGB 177 96 19 -
CMYK 0 0.46 0.89 0.31
HSL 29.24º 0.81% 0.38% -
HSV(B) 29.24º 0.89% 0.69% -
XYZ 22.43 17.76 2.86 -
YUV 111.44 75.84 174.76 -
System Red Green Blue C M Y K H S L
Decimal 177 96 19 0 0.46 0.89 0.31 29.24 0.81 0.38
Hex B1 60 13 0 2E 59 1F 1D 51 26
Octal 261 140 23 0 56 131 37 35 121 46
Binary 10110001 1100000 10011 0 101110 1011001 11111 11101 1010001 100110

Color Harmonies of #B16013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16013

Black with #B16013

Text Example


Text Example

White with #B16013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16013; }

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

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

background-color css

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

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

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

border-color css

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

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

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