Html Css Color HEX #B46513 Golden Brown

📋 copy color: '#B46513'

red 180 ◦ green 101 ◦ blue 19

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

Shades of Golden Brown #B46513

Tints of Golden Brown #B46513

RGB

 RED value IS 180 (70.7% from 255) = 60%

 GREEN value IS 101 (39.84% from 255) = 33.67%

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

R = 60%
G = 33.67%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B46513 (or 0xB46513) is known color: Golden Brown. HEX triplet: B4, 65 and 13. RGB value is (180,101,19). Sum of RGB (Red+Green+Blue) = 180+101+19=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B46513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46513 is #4B9AEC. Grayscale: #737373. Windows color (decimal): -4954861 or 1271220. OLE color: 1271220.

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

Color convert

RGB 180 101 19 -
CMYK 0 0.44 0.89 0.29
HSL 30.56º 0.81% 0.39% -
HSV(B) 30.56º 0.89% 0.71% -
XYZ 23.59 19.06 3.05 -
YUV 115.27 73.67 174.17 -
System Red Green Blue C M Y K H S L
Decimal 180 101 19 0 0.44 0.89 0.29 30.56 0.81 0.39
Hex B4 65 13 0 2C 59 1D 1F 51 27
Octal 264 145 23 0 54 131 35 37 121 47
Binary 10110100 1100101 10011 0 101100 1011001 11101 11111 1010001 100111

Color Harmonies of #B46513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46513

Black with #B46513

Text Example


Text Example

White with #B46513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46513; }

 p { color: rgb(180,101,19); }

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

background-color css

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

 a { background-color: rgb(180,101,19); }

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

border-color css

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

 span { border-color: rgb(180,101,19); }

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