Html Css Color HEX #B47313 Dark Goldenrod

📋 copy color: '#B47313'

red 180 ◦ green 115 ◦ blue 19

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

Shades of Dark Goldenrod #B47313

Tints of Dark Goldenrod #B47313

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.62%

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

R = 57.32%
G = 36.62%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B47313 (or 0xB47313) is known color: Dark Goldenrod. HEX triplet: B4, 73 and 13. RGB value is (180,115,19). Sum of RGB (Red+Green+Blue) = 180+115+19=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B47313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47313 is #4B8CEC. Grayscale: #7B7B7B. Windows color (decimal): -4951277 or 1274804. OLE color: 1274804.

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

Color convert

RGB 180 115 19 -
CMYK 0 0.36 0.89 0.29
HSL 35.78º 0.81% 0.39% -
HSV(B) 35.78º 0.89% 0.71% -
XYZ 25.07 22.01 3.54 -
YUV 123.49 69.03 168.31 -
System Red Green Blue C M Y K H S L
Decimal 180 115 19 0 0.36 0.89 0.29 35.78 0.81 0.39
Hex B4 73 13 0 24 59 1D 24 51 27
Octal 264 163 23 0 44 131 35 44 121 47
Binary 10110100 1110011 10011 0 100100 1011001 11101 100100 1010001 100111

Color Harmonies of #B47313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47313

Black with #B47313

Text Example


Text Example

White with #B47313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47313; }

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

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

background-color css

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

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

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

border-color css

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

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

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