Html Css Color HEX #BA800D Dark Goldenrod

📋 copy color: '#BA800D'

red 186 ◦ green 128 ◦ blue 13

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

Shades of Dark Goldenrod #BA800D

Tints of Dark Goldenrod #BA800D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.14%

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

R = 56.88%
G = 39.14%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA800D (or 0xBA800D) is known color: Dark Goldenrod. HEX triplet: BA, 80 and 0D. RGB value is (186,128,13). Sum of RGB (Red+Green+Blue) = 186+128+13=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA800D is #457FF2. Grayscale: #848484. Windows color (decimal): -4554739 or 884922. OLE color: 884922.

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

Color convert

RGB 186 128 13 -
CMYK 0 0.31 0.93 0.27
HSL 39.88º 0.87% 0.39% -
HSV(B) 39.88º 0.93% 0.73% -
XYZ 28.04 25.91 3.9 -
YUV 132.23 60.72 166.35 -
System Red Green Blue C M Y K H S L
Decimal 186 128 13 0 0.31 0.93 0.27 39.88 0.87 0.39
Hex BA 80 D 0 1F 5D 1B 28 57 27
Octal 272 200 15 0 37 135 33 50 127 47
Binary 10111010 10000000 1101 0 11111 1011101 11011 101000 1010111 100111

Color Harmonies of #BA800D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA800D

Black with #BA800D

Text Example


Text Example

White with #BA800D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA800D; }

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

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

background-color css

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

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

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

border-color css

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

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

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