Html Css Color HEX #BD7E04 Dark Goldenrod

📋 copy color: '#BD7E04'

red 189 ◦ green 126 ◦ blue 4

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

Shades of Dark Goldenrod #BD7E04

Tints of Dark Goldenrod #BD7E04

RGB

 RED value IS 189 (74.22% from 255) = 59.25%

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

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 59.25%
G = 39.5%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD7E04 (or 0xBD7E04) is known color: Dark Goldenrod. HEX triplet: BD, 7E and 04. RGB value is (189,126,4). Sum of RGB (Red+Green+Blue) = 189+126+4=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7E04 is #4281FB. Grayscale: #838383. Windows color (decimal): -4358652 or 294589. OLE color: 294589.

HSL color Cylindrical-coordinate representation of color #BD7E04: hue angle of 39.57º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD7E04 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 126 4 -
CMYK 0 0.33 0.98 0.26
HSL 39.57º 0.96% 0.38% -
HSV(B) 39.57º 0.98% 0.74% -
XYZ 28.47 25.75 3.58 -
YUV 130.93 56.37 169.42 -
System Red Green Blue C M Y K H S L
Decimal 189 126 4 0 0.33 0.98 0.26 39.57 0.96 0.38
Hex BD 7E 4 0 21 62 1A 28 60 26
Octal 275 176 4 0 41 142 32 50 140 46
Binary 10111101 1111110 100 0 100001 1100010 11010 101000 1100000 100110

Color Harmonies of #BD7E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7E04

Black with #BD7E04

Text Example


Text Example

White with #BD7E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7E04; }

 p { color: rgb(189,126,4); }

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

background-color css

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

 a { background-color: rgb(189,126,4); }

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

border-color css

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

 span { border-color: rgb(189,126,4); }

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