Html Css Color HEX #BA8C0D Dark Goldenrod

📋 copy color: '#BA8C0D'

red 186 ◦ green 140 ◦ blue 13

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

Shades of Dark Goldenrod #BA8C0D

Tints of Dark Goldenrod #BA8C0D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.3%

 BLUE value IS 13 (5.47% from 255) = 3.83%

R = 54.87%
G = 41.3%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA8C0D (or 0xBA8C0D) is known color: Dark Goldenrod. HEX triplet: BA, 8C and 0D. RGB value is (186,140,13). Sum of RGB (Red+Green+Blue) = 186+140+13=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 140 (55.08% from 255 or 41.30% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8C0D is #4573F2. Grayscale: #8B8B8B. Windows color (decimal): -4551667 or 887994. OLE color: 887994.

HSL color Cylindrical-coordinate representation of color #BA8C0D: hue angle of 44.05º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA8C0D is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 140 13 -
CMYK 0 0.25 0.93 0.27
HSL 44.05º 0.87% 0.39% -
HSV(B) 44.05º 0.93% 0.73% -
XYZ 29.7 29.22 4.46 -
YUV 139.28 56.74 161.33 -
System Red Green Blue C M Y K H S L
Decimal 186 140 13 0 0.25 0.93 0.27 44.05 0.87 0.39
Hex BA 8C D 0 19 5D 1B 2C 57 27
Octal 272 214 15 0 31 135 33 54 127 47
Binary 10111010 10001100 1101 0 11001 1011101 11011 101100 1010111 100111

Color Harmonies of #BA8C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8C0D

Black with #BA8C0D

Text Example


Text Example

White with #BA8C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8C0D; }

 p { color: rgb(186,140,13); }

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

background-color css

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

 a { background-color: rgb(186,140,13); }

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

border-color css

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

 span { border-color: rgb(186,140,13); }

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