Html Css Color HEX #BA6D01 Dark Goldenrod

📋 copy color: '#BA6D01'

red 186 ◦ green 109 ◦ blue 1

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

Shades of Dark Goldenrod #BA6D01

Tints of Dark Goldenrod #BA6D01

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.82%

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

R = 62.84%
G = 36.82%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA6D01 (or 0xBA6D01) is known color: Dark Goldenrod. HEX triplet: BA, 6D and 01. RGB value is (186,109,1). Sum of RGB (Red+Green+Blue) = 186+109+1=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6D01 is #4592FE. Grayscale: #787878. Windows color (decimal): -4559615 or 93626. OLE color: 93626.

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

Color convert

RGB 186 109 1 -
CMYK 0 0.41 0.99 0.27
HSL 35.03º 0.99% 0.37% -
HSV(B) 35.03º 0.99% 0.73% -
XYZ 25.72 21.38 2.8 -
YUV 119.71 61.01 175.28 -
System Red Green Blue C M Y K H S L
Decimal 186 109 1 0 0.41 0.99 0.27 35.03 0.99 0.37
Hex BA 6D 1 0 29 63 1B 23 63 25
Octal 272 155 1 0 51 143 33 43 143 45
Binary 10111010 1101101 1 0 101001 1100011 11011 100011 1100011 100101

Color Harmonies of #BA6D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6D01

Black with #BA6D01

Text Example


Text Example

White with #BA6D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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