Html Css Color HEX #B36113 Golden Brown

📋 copy color: '#B36113'

red 179 ◦ green 97 ◦ blue 19

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

Shades of Golden Brown #B36113

Tints of Golden Brown #B36113

RGB

 RED value IS 179 (70.31% from 255) = 60.68%

 GREEN value IS 97 (38.28% from 255) = 32.88%

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

R = 60.68%
G = 32.88%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B36113 (or 0xB36113) is known color: Golden Brown. HEX triplet: B3, 61 and 13. RGB value is (179,97,19). Sum of RGB (Red+Green+Blue) = 179+97+19=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B36113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36113 is #4C9EEC. Grayscale: #717171. Windows color (decimal): -5021421 or 1270195. OLE color: 1270195.

HSL color Cylindrical-coordinate representation of color #B36113: hue angle of 29.25º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B36113 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 97 19 -
CMYK 0 0.46 0.89 0.30
HSL 29.25º 0.81% 0.39% -
HSV(B) 29.25º 0.89% 0.7% -
XYZ 22.98 18.18 2.91 -
YUV 112.63 75.17 175.34 -
System Red Green Blue C M Y K H S L
Decimal 179 97 19 0 0.46 0.89 0.30 29.25 0.81 0.39
Hex B3 61 13 0 2E 59 1E 1D 51 27
Octal 263 141 23 0 56 131 36 35 121 47
Binary 10110011 1100001 10011 0 101110 1011001 11110 11101 1010001 100111

Color Harmonies of #B36113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36113

Black with #B36113

Text Example


Text Example

White with #B36113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36113; }

 p { color: rgb(179,97,19); }

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

background-color css

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

 a { background-color: rgb(179,97,19); }

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

border-color css

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

 span { border-color: rgb(179,97,19); }

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