Html Css Color HEX #B47E09 Dark Goldenrod

📋 copy color: '#B47E09'

red 180 ◦ green 126 ◦ blue 9

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

Shades of Dark Goldenrod #B47E09

Tints of Dark Goldenrod #B47E09

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40%

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

R = 57.14%
G = 40%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B47E09 (or 0xB47E09) is known color: Dark Goldenrod. HEX triplet: B4, 7E and 09. RGB value is (180,126,9). Sum of RGB (Red+Green+Blue) = 180+126+9=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47E09 is #4B81F6. Grayscale: #818181. Windows color (decimal): -4948471 or 622260. OLE color: 622260.

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

Color convert

RGB 180 126 9 -
CMYK 0 0.3 0.95 0.29
HSL 41.05º 0.9% 0.37% -
HSV(B) 41.05º 0.95% 0.71% -
XYZ 26.33 24.64 3.63 -
YUV 128.81 60.39 164.51 -
System Red Green Blue C M Y K H S L
Decimal 180 126 9 0 0.3 0.95 0.29 41.05 0.9 0.37
Hex B4 7E 9 0 1E 5F 1D 29 5A 25
Octal 264 176 11 0 36 137 35 51 132 45
Binary 10110100 1111110 1001 0 11110 1011111 11101 101001 1011010 100101

Color Harmonies of #B47E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47E09

Black with #B47E09

Text Example


Text Example

White with #B47E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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