Html Css Color HEX #BA8A04 Dark Goldenrod

📋 copy color: '#BA8A04'

red 186 ◦ green 138 ◦ blue 4

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

Shades of Dark Goldenrod #BA8A04

Tints of Dark Goldenrod #BA8A04

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.07%

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

R = 56.71%
G = 42.07%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA8A04 (or 0xBA8A04) is known color: Dark Goldenrod. HEX triplet: BA, 8A and 04. RGB value is (186,138,4). Sum of RGB (Red+Green+Blue) = 186+138+4=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 4 (1.95% from 255 or 1.22% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8A04 is #4575FB. Grayscale: #898989. Windows color (decimal): -4552188 or 297658. OLE color: 297658.

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

Color convert

RGB 186 138 4 -
CMYK 0 0.26 0.98 0.27
HSL 44.18º 0.96% 0.37% -
HSV(B) 44.18º 0.98% 0.73% -
XYZ 29.36 28.62 4.09 -
YUV 137.08 52.9 162.9 -
System Red Green Blue C M Y K H S L
Decimal 186 138 4 0 0.26 0.98 0.27 44.18 0.96 0.37
Hex BA 8A 4 0 1A 62 1B 2C 60 25
Octal 272 212 4 0 32 142 33 54 140 45
Binary 10111010 10001010 100 0 11010 1100010 11011 101100 1100000 100101

Color Harmonies of #BA8A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8A04

Black with #BA8A04

Text Example


Text Example

White with #BA8A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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