Html Css Color HEX #B47309 Dark Goldenrod

📋 copy color: '#B47309'

red 180 ◦ green 115 ◦ blue 9

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

Shades of Dark Goldenrod #B47309

Tints of Dark Goldenrod #B47309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.96%

R = 59.21%
G = 37.83%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B47309 (or 0xB47309) is known color: Dark Goldenrod. HEX triplet: B4, 73 and 09. RGB value is (180,115,9). Sum of RGB (Red+Green+Blue) = 180+115+9=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 9 (3.91% from 255 or 2.96% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B47309 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47309 is #4B8CF6. Grayscale: #7A7A7A. Windows color (decimal): -4951287 or 619444. OLE color: 619444.

HSL color Cylindrical-coordinate representation of color #B47309: hue angle of 37.19º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B47309 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 115 9 -
CMYK 0 0.36 0.95 0.29
HSL 37.19º 0.9% 0.37% -
HSV(B) 37.19º 0.95% 0.71% -
XYZ 25 21.98 3.18 -
YUV 122.35 64.03 169.12 -
System Red Green Blue C M Y K H S L
Decimal 180 115 9 0 0.36 0.95 0.29 37.19 0.9 0.37
Hex B4 73 9 0 24 5F 1D 25 5A 25
Octal 264 163 11 0 44 137 35 45 132 45
Binary 10110100 1110011 1001 0 100100 1011111 11101 100101 1011010 100101

Color Harmonies of #B47309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47309

Black with #B47309

Text Example


Text Example

White with #B47309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47309; }

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

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

background-color css

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

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

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

border-color css

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

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

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