Html Css Color HEX #B47C09 Dark Goldenrod

📋 copy color: '#B47C09'

red 180 ◦ green 124 ◦ blue 9

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

Shades of Dark Goldenrod #B47C09

Tints of Dark Goldenrod #B47C09

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.62%

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

R = 57.51%
G = 39.62%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B47C09 (or 0xB47C09) is known color: Dark Goldenrod. HEX triplet: B4, 7C and 09. RGB value is (180,124,9). Sum of RGB (Red+Green+Blue) = 180+124+9=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 9 (3.91% from 255 or 2.88% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47C09 is #4B83F6. Grayscale: #808080. Windows color (decimal): -4948983 or 621748. OLE color: 621748.

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

Color convert

RGB 180 124 9 -
CMYK 0 0.31 0.95 0.29
HSL 40.35º 0.9% 0.37% -
HSV(B) 40.35º 0.95% 0.71% -
XYZ 26.08 24.14 3.54 -
YUV 127.63 61.05 165.35 -
System Red Green Blue C M Y K H S L
Decimal 180 124 9 0 0.31 0.95 0.29 40.35 0.9 0.37
Hex B4 7C 9 0 1F 5F 1D 28 5A 25
Octal 264 174 11 0 37 137 35 50 132 45
Binary 10110100 1111100 1001 0 11111 1011111 11101 101000 1011010 100101

Color Harmonies of #B47C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47C09

Black with #B47C09

Text Example


Text Example

White with #B47C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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