Html Css Color HEX #BA8F04 Dark Goldenrod

📋 copy color: '#BA8F04'

red 186 ◦ green 143 ◦ blue 4

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

Shades of Dark Goldenrod #BA8F04

Tints of Dark Goldenrod #BA8F04

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.94%

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

R = 55.86%
G = 42.94%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA8F04 (or 0xBA8F04) is known color: Dark Goldenrod. HEX triplet: BA, 8F and 04. RGB value is (186,143,4). Sum of RGB (Red+Green+Blue) = 186+143+4=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8F04 is #4570FB. Grayscale: #8C8C8C. Windows color (decimal): -4550908 or 298938. OLE color: 298938.

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

Color convert

RGB 186 143 4 -
CMYK 0 0.23 0.98 0.27
HSL 45.82º 0.96% 0.37% -
HSV(B) 45.82º 0.98% 0.73% -
XYZ 30.09 30.09 4.34 -
YUV 140.01 51.25 160.8 -
System Red Green Blue C M Y K H S L
Decimal 186 143 4 0 0.23 0.98 0.27 45.82 0.96 0.37
Hex BA 8F 4 0 17 62 1B 2E 60 25
Octal 272 217 4 0 27 142 33 56 140 45
Binary 10111010 10001111 100 0 10111 1100010 11011 101110 1100000 100101

Color Harmonies of #BA8F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8F04

Black with #BA8F04

Text Example


Text Example

White with #BA8F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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