Html Css Color HEX #BA780F Dark Goldenrod

📋 copy color: '#BA780F'

red 186 ◦ green 120 ◦ blue 15

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

Shades of Dark Goldenrod #BA780F

Tints of Dark Goldenrod #BA780F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.38%

 BLUE value IS 15 (6.25% from 255) = 4.67%

R = 57.94%
G = 37.38%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA780F (or 0xBA780F) is known color: Dark Goldenrod. HEX triplet: BA, 78 and 0F. RGB value is (186,120,15). Sum of RGB (Red+Green+Blue) = 186+120+15=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA780F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA780F is #4587F0. Grayscale: #808080. Windows color (decimal): -4556785 or 1013946. OLE color: 1013946.

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

Color convert

RGB 186 120 15 -
CMYK 0 0.35 0.92 0.27
HSL 36.84º 0.85% 0.39% -
HSV(B) 36.84º 0.92% 0.73% -
XYZ 27.05 23.91 3.64 -
YUV 127.76 64.37 169.54 -
System Red Green Blue C M Y K H S L
Decimal 186 120 15 0 0.35 0.92 0.27 36.84 0.85 0.39
Hex BA 78 F 0 23 5C 1B 25 55 27
Octal 272 170 17 0 43 134 33 45 125 47
Binary 10111010 1111000 1111 0 100011 1011100 11011 100101 1010101 100111

Color Harmonies of #BA780F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA780F

Black with #BA780F

Text Example


Text Example

White with #BA780F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA780F; }

 p { color: rgb(186,120,15); }

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

background-color css

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

 a { background-color: rgb(186,120,15); }

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

border-color css

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

 span { border-color: rgb(186,120,15); }

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