Html Css Color HEX #BA6D0A Dark Goldenrod

📋 copy color: '#BA6D0A'

red 186 ◦ green 109 ◦ blue 10

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

Shades of Dark Goldenrod #BA6D0A

Tints of Dark Goldenrod #BA6D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.28%

R = 60.98%
G = 35.74%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA6D0A (or 0xBA6D0A) is known color: Dark Goldenrod. HEX triplet: BA, 6D and 0A. RGB value is (186,109,10). Sum of RGB (Red+Green+Blue) = 186+109+10=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6D0A is #4592F5. Grayscale: #797979. Windows color (decimal): -4559606 or 683450. OLE color: 683450.

HSL color Cylindrical-coordinate representation of color #BA6D0A: hue angle of 33.75º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA6D0A is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 109 10 -
CMYK 0 0.41 0.95 0.27
HSL 33.75º 0.9% 0.38% -
HSV(B) 33.75º 0.95% 0.73% -
XYZ 25.77 21.4 3.06 -
YUV 120.74 65.51 174.55 -
System Red Green Blue C M Y K H S L
Decimal 186 109 10 0 0.41 0.95 0.27 33.75 0.9 0.38
Hex BA 6D A 0 29 5F 1B 22 5A 26
Octal 272 155 12 0 51 137 33 42 132 46
Binary 10111010 1101101 1010 0 101001 1011111 11011 100010 1011010 100110

Color Harmonies of #BA6D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6D0A

Black with #BA6D0A

Text Example


Text Example

White with #BA6D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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