Html Css Color HEX #BD7C04 Dark Goldenrod

📋 copy color: '#BD7C04'

red 189 ◦ green 124 ◦ blue 4

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

Shades of Dark Goldenrod #BD7C04

Tints of Dark Goldenrod #BD7C04

RGB

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

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

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

R = 59.62%
G = 39.12%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD7C04 (or 0xBD7C04) is known color: Dark Goldenrod. HEX triplet: BD, 7C and 04. RGB value is (189,124,4). Sum of RGB (Red+Green+Blue) = 189+124+4=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 4 (1.95% from 255 or 1.26% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7C04 is #4283FB. Grayscale: #828282. Windows color (decimal): -4359164 or 294077. OLE color: 294077.

HSL color Cylindrical-coordinate representation of color #BD7C04: hue angle of 38.92º 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 #BD7C04 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 124 4 -
CMYK 0 0.34 0.98 0.26
HSL 38.92º 0.96% 0.38% -
HSV(B) 38.92º 0.98% 0.74% -
XYZ 28.22 25.24 3.5 -
YUV 129.76 57.03 170.26 -
System Red Green Blue C M Y K H S L
Decimal 189 124 4 0 0.34 0.98 0.26 38.92 0.96 0.38
Hex BD 7C 4 0 22 62 1A 27 60 26
Octal 275 174 4 0 42 142 32 47 140 46
Binary 10111101 1111100 100 0 100010 1100010 11010 100111 1100000 100110

Color Harmonies of #BD7C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7C04

Black with #BD7C04

Text Example


Text Example

White with #BD7C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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