Html Css Color HEX #BA6C04 Dark Goldenrod

📋 copy color: '#BA6C04'

red 186 ◦ green 108 ◦ blue 4

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

Shades of Dark Goldenrod #BA6C04

Tints of Dark Goldenrod #BA6C04

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.24%

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

R = 62.42%
G = 36.24%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA6C04 (or 0xBA6C04) is known color: Dark Goldenrod. HEX triplet: BA, 6C and 04. RGB value is (186,108,4). Sum of RGB (Red+Green+Blue) = 186+108+4=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 4 (1.95% from 255 or 1.34% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6C04 is #4593FB. Grayscale: #777777. Windows color (decimal): -4559868 or 289978. OLE color: 289978.

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

Color convert

RGB 186 108 4 -
CMYK 0 0.42 0.98 0.27
HSL 34.29º 0.96% 0.37% -
HSV(B) 34.29º 0.98% 0.73% -
XYZ 25.63 21.17 2.85 -
YUV 119.47 62.84 175.46 -
System Red Green Blue C M Y K H S L
Decimal 186 108 4 0 0.42 0.98 0.27 34.29 0.96 0.37
Hex BA 6C 4 0 2A 62 1B 22 60 25
Octal 272 154 4 0 52 142 33 42 140 45
Binary 10111010 1101100 100 0 101010 1100010 11011 100010 1100000 100101

Color Harmonies of #BA6C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6C04

Black with #BA6C04

Text Example


Text Example

White with #BA6C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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