Html Css Color HEX #BA820F Dark Goldenrod

📋 copy color: '#BA820F'

red 186 ◦ green 130 ◦ blue 15

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

Shades of Dark Goldenrod #BA820F

Tints of Dark Goldenrod #BA820F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.27%

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

R = 56.19%
G = 39.27%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA820F (or 0xBA820F) is known color: Dark Goldenrod. HEX triplet: BA, 82 and 0F. RGB value is (186,130,15). Sum of RGB (Red+Green+Blue) = 186+130+15=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA820F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA820F is #457DF0. Grayscale: #868686. Windows color (decimal): -4554225 or 1016506. OLE color: 1016506.

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

Color convert

RGB 186 130 15 -
CMYK 0 0.30 0.92 0.27
HSL 40.35º 0.85% 0.39% -
HSV(B) 40.35º 0.92% 0.73% -
XYZ 28.32 26.44 4.06 -
YUV 133.63 61.05 165.35 -
System Red Green Blue C M Y K H S L
Decimal 186 130 15 0 0.30 0.92 0.27 40.35 0.85 0.39
Hex BA 82 F 0 1E 5C 1B 28 55 27
Octal 272 202 17 0 36 134 33 50 125 47
Binary 10111010 10000010 1111 0 11110 1011100 11011 101000 1010101 100111

Color Harmonies of #BA820F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA820F

Black with #BA820F

Text Example


Text Example

White with #BA820F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA820F; }

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

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

background-color css

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

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

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

border-color css

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

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

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