Html Css Color HEX #BA840F Dark Goldenrod

📋 copy color: '#BA840F'

red 186 ◦ green 132 ◦ blue 15

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

Shades of Dark Goldenrod #BA840F

Tints of Dark Goldenrod #BA840F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.64%

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

R = 55.86%
G = 39.64%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA840F (or 0xBA840F) is known color: Dark Goldenrod. HEX triplet: BA, 84 and 0F. RGB value is (186,132,15). Sum of RGB (Red+Green+Blue) = 186+132+15=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA840F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA840F is #457BF0. Grayscale: #878787. Windows color (decimal): -4553713 or 1017018. OLE color: 1017018.

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

Color convert

RGB 186 132 15 -
CMYK 0 0.29 0.92 0.27
HSL 41.05º 0.85% 0.39% -
HSV(B) 41.05º 0.92% 0.73% -
XYZ 28.59 26.98 4.15 -
YUV 134.81 60.39 164.51 -
System Red Green Blue C M Y K H S L
Decimal 186 132 15 0 0.29 0.92 0.27 41.05 0.85 0.39
Hex BA 84 F 0 1D 5C 1B 29 55 27
Octal 272 204 17 0 35 134 33 51 125 47
Binary 10111010 10000100 1111 0 11101 1011100 11011 101001 1010101 100111

Color Harmonies of #BA840F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA840F

Black with #BA840F

Text Example


Text Example

White with #BA840F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA840F; }

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

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

background-color css

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

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

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

border-color css

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

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

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