Html Css Color HEX #B46713 Golden Brown

📋 copy color: '#B46713'

red 180 ◦ green 103 ◦ blue 19

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

Shades of Golden Brown #B46713

Tints of Golden Brown #B46713

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.11%

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

R = 59.6%
G = 34.11%
B = 6.29%

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

#B46713 (or 0xB46713) is known color: Golden Brown. HEX triplet: B4, 67 and 13. RGB value is (180,103,19). Sum of RGB (Red+Green+Blue) = 180+103+19=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B46713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46713 is #4B98EC. Grayscale: #747474. Windows color (decimal): -4954349 or 1271732. OLE color: 1271732.

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

Color convert

RGB 180 103 19 -
CMYK 0 0.43 0.89 0.29
HSL 31.3º 0.81% 0.39% -
HSV(B) 31.3º 0.89% 0.71% -
XYZ 23.79 19.45 3.12 -
YUV 116.45 73.01 173.33 -
System Red Green Blue C M Y K H S L
Decimal 180 103 19 0 0.43 0.89 0.29 31.3 0.81 0.39
Hex B4 67 13 0 2B 59 1D 1F 51 27
Octal 264 147 23 0 53 131 35 37 121 47
Binary 10110100 1100111 10011 0 101011 1011001 11101 11111 1010001 100111

Color Harmonies of #B46713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46713

Black with #B46713

Text Example


Text Example

White with #B46713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46713; }

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

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

background-color css

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

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

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

border-color css

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

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

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