Html Css Color HEX #BA800F Dark Goldenrod

📋 copy color: '#BA800F'

red 186 ◦ green 128 ◦ blue 15

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

Shades of Dark Goldenrod #BA800F

Tints of Dark Goldenrod #BA800F

RGB

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

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

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

R = 56.53%
G = 38.91%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA800F (or 0xBA800F) is known color: Dark Goldenrod. HEX triplet: BA, 80 and 0F. RGB value is (186,128,15). Sum of RGB (Red+Green+Blue) = 186+128+15=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA800F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA800F is #457FF0. Grayscale: #848484. Windows color (decimal): -4554737 or 1015994. OLE color: 1015994.

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

Color convert

RGB 186 128 15 -
CMYK 0 0.31 0.92 0.27
HSL 39.65º 0.85% 0.39% -
HSV(B) 39.65º 0.92% 0.73% -
XYZ 28.06 25.91 3.97 -
YUV 132.46 61.72 166.19 -
System Red Green Blue C M Y K H S L
Decimal 186 128 15 0 0.31 0.92 0.27 39.65 0.85 0.39
Hex BA 80 F 0 1F 5C 1B 28 55 27
Octal 272 200 17 0 37 134 33 50 125 47
Binary 10111010 10000000 1111 0 11111 1011100 11011 101000 1010101 100111

Color Harmonies of #BA800F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA800F

Black with #BA800F

Text Example


Text Example

White with #BA800F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA800F; }

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

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

background-color css

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

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

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

border-color css

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

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

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