Html Css Color HEX #B46613 Golden Brown

📋 copy color: '#B46613'

red 180 ◦ green 102 ◦ blue 19

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

Shades of Golden Brown #B46613

Tints of Golden Brown #B46613

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.89%

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

R = 59.8%
G = 33.89%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B46613 (or 0xB46613) is known color: Golden Brown. HEX triplet: B4, 66 and 13. RGB value is (180,102,19). Sum of RGB (Red+Green+Blue) = 180+102+19=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B46613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46613 is #4B99EC. Grayscale: #747474. Windows color (decimal): -4954605 or 1271476. OLE color: 1271476.

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

Color convert

RGB 180 102 19 -
CMYK 0 0.43 0.89 0.29
HSL 30.93º 0.81% 0.39% -
HSV(B) 30.93º 0.89% 0.71% -
XYZ 23.69 19.25 3.08 -
YUV 115.86 73.34 173.75 -
System Red Green Blue C M Y K H S L
Decimal 180 102 19 0 0.43 0.89 0.29 30.93 0.81 0.39
Hex B4 66 13 0 2B 59 1D 1F 51 27
Octal 264 146 23 0 53 131 35 37 121 47
Binary 10110100 1100110 10011 0 101011 1011001 11101 11111 1010001 100111

Color Harmonies of #B46613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46613

Black with #B46613

Text Example


Text Example

White with #B46613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46613; }

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

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

background-color css

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

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

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

border-color css

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

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

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