Html Css Color HEX #BA8B12 Dark Goldenrod

📋 copy color: '#BA8B12'

red 186 ◦ green 139 ◦ blue 18

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

Shades of Dark Goldenrod #BA8B12

Tints of Dark Goldenrod #BA8B12

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.52%

 BLUE value IS 18 (7.42% from 255) = 5.25%

R = 54.23%
G = 40.52%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA8B12 (or 0xBA8B12) is known color: Dark Goldenrod. HEX triplet: BA, 8B and 12. RGB value is (186,139,18). Sum of RGB (Red+Green+Blue) = 186+139+18=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8B12 is #4574ED. Grayscale: #8B8B8B. Windows color (decimal): -4551918 or 1215418. OLE color: 1215418.

HSL color Cylindrical-coordinate representation of color #BA8B12: hue angle of 43.21º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA8B12 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 139 18 -
CMYK 0 0.25 0.90 0.27
HSL 43.21º 0.82% 0.4% -
HSV(B) 43.21º 0.9% 0.73% -
XYZ 29.59 28.95 4.6 -
YUV 139.26 59.57 161.34 -
System Red Green Blue C M Y K H S L
Decimal 186 139 18 0 0.25 0.90 0.27 43.21 0.82 0.4
Hex BA 8B 12 0 19 5A 1B 2B 52 28
Octal 272 213 22 0 31 132 33 53 122 50
Binary 10111010 10001011 10010 0 11001 1011010 11011 101011 1010010 101000

Color Harmonies of #BA8B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8B12

Black with #BA8B12

Text Example


Text Example

White with #BA8B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8B12; }

 p { color: rgb(186,139,18); }

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

background-color css

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

 a { background-color: rgb(186,139,18); }

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

border-color css

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

 span { border-color: rgb(186,139,18); }

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