Html Css Color HEX #BA6C00 Dark Goldenrod

📋 copy color: '#BA6C00'

red 186 ◦ green 108 ◦ blue 0

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

Shades of Dark Goldenrod #BA6C00

Tints of Dark Goldenrod #BA6C00

RGB

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

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

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

R = 63.27%
G = 36.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA6C00 (or 0xBA6C00) is known color: Dark Goldenrod. HEX triplet: BA, 6C and 00. RGB value is (186,108,0). Sum of RGB (Red+Green+Blue) = 186+108+0=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6C00 is #4593FF. Grayscale: #777777. Windows color (decimal): -4559872 or 27834. OLE color: 27834.

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

Color convert

RGB 186 108 0 -
CMYK 0 0.42 1 0.27
HSL 34.84º 1% 0.36% -
HSV(B) 34.84º 1% 0.73% -
XYZ 25.61 21.16 2.74 -
YUV 119.01 60.84 175.78 -
System Red Green Blue C M Y K H S L
Decimal 186 108 0 0 0.42 1 0.27 34.84 1 0.36
Hex BA 6C 0 0 2A 64 1B 23 64 24
Octal 272 154 0 0 52 144 33 43 144 44
Binary 10111010 1101100 0 0 101010 1100100 11011 100011 1100100 100100

Color Harmonies of #BA6C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6C00

Black with #BA6C00

Text Example


Text Example

White with #BA6C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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