Html Css Color HEX #BA840C Dark Goldenrod

📋 copy color: '#BA840C'

red 186 ◦ green 132 ◦ blue 12

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

Shades of Dark Goldenrod #BA840C

Tints of Dark Goldenrod #BA840C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.64%

R = 56.36%
G = 40%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA840C (or 0xBA840C) is known color: Dark Goldenrod. HEX triplet: BA, 84 and 0C. RGB value is (186,132,12). Sum of RGB (Red+Green+Blue) = 186+132+12=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA840C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA840C is #457BF3. Grayscale: #878787. Windows color (decimal): -4553716 or 820410. OLE color: 820410.

HSL color Cylindrical-coordinate representation of color #BA840C: hue angle of 41.38º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA840C is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 132 12 -
CMYK 0 0.29 0.94 0.27
HSL 41.38º 0.88% 0.39% -
HSV(B) 41.38º 0.94% 0.73% -
XYZ 28.57 26.97 4.05 -
YUV 134.47 58.89 164.76 -
System Red Green Blue C M Y K H S L
Decimal 186 132 12 0 0.29 0.94 0.27 41.38 0.88 0.39
Hex BA 84 C 0 1D 5E 1B 29 58 27
Octal 272 204 14 0 35 136 33 51 130 47
Binary 10111010 10000100 1100 0 11101 1011110 11011 101001 1011000 100111

Color Harmonies of #BA840C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA840C

Black with #BA840C

Text Example


Text Example

White with #BA840C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA840C; }

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

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

background-color css

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

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

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

border-color css

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

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

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