Html Css Color HEX #BA7F04 Dark Goldenrod

📋 copy color: '#BA7F04'

red 186 ◦ green 127 ◦ blue 4

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

Shades of Dark Goldenrod #BA7F04

Tints of Dark Goldenrod #BA7F04

RGB

 RED value IS 186 (73.05% from 255) = 58.68%

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

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

R = 58.68%
G = 40.06%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA7F04 (or 0xBA7F04) is known color: Dark Goldenrod. HEX triplet: BA, 7F and 04. RGB value is (186,127,4). Sum of RGB (Red+Green+Blue) = 186+127+4=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 4 (1.95% from 255 or 1.26% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7F04 is #4580FB. Grayscale: #838383. Windows color (decimal): -4555004 or 294842. OLE color: 294842.

HSL color Cylindrical-coordinate representation of color #BA7F04: hue angle of 40.55º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA7F04 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 127 4 -
CMYK 0 0.32 0.98 0.27
HSL 40.55º 0.96% 0.37% -
HSV(B) 40.55º 0.98% 0.73% -
XYZ 27.86 25.63 3.59 -
YUV 130.62 56.55 167.5 -
System Red Green Blue C M Y K H S L
Decimal 186 127 4 0 0.32 0.98 0.27 40.55 0.96 0.37
Hex BA 7F 4 0 20 62 1B 29 60 25
Octal 272 177 4 0 40 142 33 51 140 45
Binary 10111010 1111111 100 0 100000 1100010 11011 101001 1100000 100101

Color Harmonies of #BA7F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F04

Black with #BA7F04

Text Example


Text Example

White with #BA7F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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