Html Css Color HEX #BA930F Dark Goldenrod

📋 copy color: '#BA930F'

red 186 ◦ green 147 ◦ blue 15

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

Shades of Dark Goldenrod #BA930F

Tints of Dark Goldenrod #BA930F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.24%

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

R = 53.45%
G = 42.24%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA930F (or 0xBA930F) is known color: Dark Goldenrod. HEX triplet: BA, 93 and 0F. RGB value is (186,147,15). Sum of RGB (Red+Green+Blue) = 186+147+15=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA930F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA930F is #456CF0. Grayscale: #909090. Windows color (decimal): -4549873 or 1020858. OLE color: 1020858.

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

Color convert

RGB 186 147 15 -
CMYK 0 0.21 0.92 0.27
HSL 46.32º 0.85% 0.39% -
HSV(B) 46.32º 0.92% 0.73% -
XYZ 30.77 31.34 4.88 -
YUV 143.61 55.42 158.23 -
System Red Green Blue C M Y K H S L
Decimal 186 147 15 0 0.21 0.92 0.27 46.32 0.85 0.39
Hex BA 93 F 0 15 5C 1B 2E 55 27
Octal 272 223 17 0 25 134 33 56 125 47
Binary 10111010 10010011 1111 0 10101 1011100 11011 101110 1010101 100111

Color Harmonies of #BA930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA930F

Black with #BA930F

Text Example


Text Example

White with #BA930F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA930F; }

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

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

background-color css

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

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

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

border-color css

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

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

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