Html Css Color HEX #BA7C00 Dark Goldenrod

📋 copy color: '#BA7C00'

red 186 ◦ green 124 ◦ blue 0

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

Shades of Dark Goldenrod #BA7C00

Tints of Dark Goldenrod #BA7C00

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60%
G = 40%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA7C00 (or 0xBA7C00) is known color: Dark Goldenrod. HEX triplet: BA, 7C and 00. RGB value is (186,124,0). Sum of RGB (Red+Green+Blue) = 186+124+0=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7C00 is #4583FF. Grayscale: #808080. Windows color (decimal): -4555776 or 31930. OLE color: 31930.

HSL color Cylindrical-coordinate representation of color #BA7C00: hue angle of 40º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA7C00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 124 0 -
CMYK 0 0.33 1 0.27
HSL 40º 1% 0.36% -
HSV(B) 40º 1% 0.73% -
XYZ 27.46 24.85 3.35 -
YUV 128.4 55.54 169.08 -
System Red Green Blue C M Y K H S L
Decimal 186 124 0 0 0.33 1 0.27 40 1 0.36
Hex BA 7C 0 0 21 64 1B 28 64 24
Octal 272 174 0 0 41 144 33 50 144 44
Binary 10111010 1111100 0 0 100001 1100100 11011 101000 1100100 100100

Color Harmonies of #BA7C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C00

Black with #BA7C00

Text Example


Text Example

White with #BA7C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C00; }

 p { color: rgb(186,124,0); }

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

background-color css

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

 a { background-color: rgb(186,124,0); }

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

border-color css

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

 span { border-color: rgb(186,124,0); }

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