Html Css Color HEX #BA7E04 Dark Goldenrod

📋 copy color: '#BA7E04'

red 186 ◦ green 126 ◦ blue 4

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

Shades of Dark Goldenrod #BA7E04

Tints of Dark Goldenrod #BA7E04

RGB

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

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

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

R = 58.86%
G = 39.87%
B = 1.27%

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

#BA7E04 (or 0xBA7E04) is known color: Dark Goldenrod. HEX triplet: BA, 7E and 04. RGB value is (186,126,4). Sum of RGB (Red+Green+Blue) = 186+126+4=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7E04 is #4581FB. Grayscale: #828282. Windows color (decimal): -4555260 or 294586. OLE color: 294586.

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

Color convert

RGB 186 126 4 -
CMYK 0 0.32 0.98 0.27
HSL 40.22º 0.96% 0.37% -
HSV(B) 40.22º 0.98% 0.73% -
XYZ 27.73 25.37 3.55 -
YUV 130.03 56.88 167.92 -
System Red Green Blue C M Y K H S L
Decimal 186 126 4 0 0.32 0.98 0.27 40.22 0.96 0.37
Hex BA 7E 4 0 20 62 1B 28 60 25
Octal 272 176 4 0 40 142 33 50 140 45
Binary 10111010 1111110 100 0 100000 1100010 11011 101000 1100000 100101

Color Harmonies of #BA7E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E04

Black with #BA7E04

Text Example


Text Example

White with #BA7E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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