Html Css Color HEX #BA7D0F Dark Goldenrod

📋 copy color: '#BA7D0F'

red 186 ◦ green 125 ◦ blue 15

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

Shades of Dark Goldenrod #BA7D0F

Tints of Dark Goldenrod #BA7D0F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.34%

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

R = 57.06%
G = 38.34%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA7D0F (or 0xBA7D0F) is known color: Dark Goldenrod. HEX triplet: BA, 7D and 0F. RGB value is (186,125,15). Sum of RGB (Red+Green+Blue) = 186+125+15=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7D0F is #4582F0. Grayscale: #838383. Windows color (decimal): -4555505 or 1015226. OLE color: 1015226.

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

Color convert

RGB 186 125 15 -
CMYK 0 0.33 0.92 0.27
HSL 38.6º 0.85% 0.39% -
HSV(B) 38.6º 0.92% 0.73% -
XYZ 27.67 25.14 3.85 -
YUV 130.7 62.71 167.44 -
System Red Green Blue C M Y K H S L
Decimal 186 125 15 0 0.33 0.92 0.27 38.6 0.85 0.39
Hex BA 7D F 0 21 5C 1B 27 55 27
Octal 272 175 17 0 41 134 33 47 125 47
Binary 10111010 1111101 1111 0 100001 1011100 11011 100111 1010101 100111

Color Harmonies of #BA7D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D0F

Black with #BA7D0F

Text Example


Text Example

White with #BA7D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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