Html Css Color HEX #BA8A0C Dark Goldenrod

📋 copy color: '#BA8A0C'

red 186 ◦ green 138 ◦ blue 12

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

Shades of Dark Goldenrod #BA8A0C

Tints of Dark Goldenrod #BA8A0C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.07%

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

R = 55.36%
G = 41.07%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA8A0C (or 0xBA8A0C) is known color: Dark Goldenrod. HEX triplet: BA, 8A and 0C. RGB value is (186,138,12). Sum of RGB (Red+Green+Blue) = 186+138+12=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8A0C is #4575F3. Grayscale: #8A8A8A. Windows color (decimal): -4552180 or 821946. OLE color: 821946.

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

Color convert

RGB 186 138 12 -
CMYK 0 0.26 0.94 0.27
HSL 43.45º 0.88% 0.39% -
HSV(B) 43.45º 0.94% 0.73% -
XYZ 29.4 28.64 4.33 -
YUV 137.99 56.9 162.25 -
System Red Green Blue C M Y K H S L
Decimal 186 138 12 0 0.26 0.94 0.27 43.45 0.88 0.39
Hex BA 8A C 0 1A 5E 1B 2B 58 27
Octal 272 212 14 0 32 136 33 53 130 47
Binary 10111010 10001010 1100 0 11010 1011110 11011 101011 1011000 100111

Color Harmonies of #BA8A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8A0C

Black with #BA8A0C

Text Example


Text Example

White with #BA8A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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