Html Css Color HEX #BA7C01 Dark Goldenrod

📋 copy color: '#BA7C01'

red 186 ◦ green 124 ◦ blue 1

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

Shades of Dark Goldenrod #BA7C01

Tints of Dark Goldenrod #BA7C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 59.81%
G = 39.87%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA7C01 (or 0xBA7C01) is known color: Dark Goldenrod. HEX triplet: BA, 7C and 01. RGB value is (186,124,1). Sum of RGB (Red+Green+Blue) = 186+124+1=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7C01 is #4583FE. Grayscale: #818181. Windows color (decimal): -4555775 or 97466. OLE color: 97466.

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

Color convert

RGB 186 124 1 -
CMYK 0 0.33 0.99 0.27
HSL 39.89º 0.99% 0.37% -
HSV(B) 39.89º 0.99% 0.73% -
XYZ 27.46 24.86 3.38 -
YUV 128.52 56.04 169 -
System Red Green Blue C M Y K H S L
Decimal 186 124 1 0 0.33 0.99 0.27 39.89 0.99 0.37
Hex BA 7C 1 0 21 63 1B 28 63 25
Octal 272 174 1 0 41 143 33 50 143 45
Binary 10111010 1111100 1 0 100001 1100011 11011 101000 1100011 100101

Color Harmonies of #BA7C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C01

Black with #BA7C01

Text Example


Text Example

White with #BA7C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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