Html Css Color HEX #BA770D Dark Goldenrod

📋 copy color: '#BA770D'

red 186 ◦ green 119 ◦ blue 13

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

Shades of Dark Goldenrod #BA770D

Tints of Dark Goldenrod #BA770D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.42%

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

R = 58.49%
G = 37.42%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA770D (or 0xBA770D) is known color: Dark Goldenrod. HEX triplet: BA, 77 and 0D. RGB value is (186,119,13). Sum of RGB (Red+Green+Blue) = 186+119+13=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA770D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA770D is #4588F2. Grayscale: #7F7F7F. Windows color (decimal): -4557043 or 882618. OLE color: 882618.

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

Color convert

RGB 186 119 13 -
CMYK 0 0.36 0.93 0.27
HSL 36.76º 0.87% 0.39% -
HSV(B) 36.76º 0.93% 0.73% -
XYZ 26.92 23.66 3.53 -
YUV 126.95 63.7 170.12 -
System Red Green Blue C M Y K H S L
Decimal 186 119 13 0 0.36 0.93 0.27 36.76 0.87 0.39
Hex BA 77 D 0 24 5D 1B 25 57 27
Octal 272 167 15 0 44 135 33 45 127 47
Binary 10111010 1110111 1101 0 100100 1011101 11011 100101 1010111 100111

Color Harmonies of #BA770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA770D

Black with #BA770D

Text Example


Text Example

White with #BA770D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA770D; }

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

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

background-color css

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

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

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

border-color css

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

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

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