Html Css Color HEX #BD7F04 Dark Goldenrod

📋 copy color: '#BD7F04'

red 189 ◦ green 127 ◦ blue 4

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

Shades of Dark Goldenrod #BD7F04

Tints of Dark Goldenrod #BD7F04

RGB

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

 GREEN value IS 127 (50% from 255) = 39.69%

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

R = 59.06%
G = 39.69%
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

#BD7F04 (or 0xBD7F04) is known color: Dark Goldenrod. HEX triplet: BD, 7F and 04. RGB value is (189,127,4). Sum of RGB (Red+Green+Blue) = 189+127+4=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7F04 is #4280FB. Grayscale: #848484. Windows color (decimal): -4358396 or 294845. OLE color: 294845.

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

Color convert

RGB 189 127 4 -
CMYK 0 0.33 0.98 0.26
HSL 39.89º 0.96% 0.38% -
HSV(B) 39.89º 0.98% 0.74% -
XYZ 28.6 26.01 3.63 -
YUV 131.52 56.04 169 -
System Red Green Blue C M Y K H S L
Decimal 189 127 4 0 0.33 0.98 0.26 39.89 0.96 0.38
Hex BD 7F 4 0 21 62 1A 28 60 26
Octal 275 177 4 0 41 142 32 50 140 46
Binary 10111101 1111111 100 0 100001 1100010 11010 101000 1100000 100110

Color Harmonies of #BD7F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7F04

Black with #BD7F04

Text Example


Text Example

White with #BD7F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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