Html Css Color HEX #BA8312 Dark Goldenrod

📋 copy color: '#BA8312'

red 186 ◦ green 131 ◦ blue 18

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

Shades of Dark Goldenrod #BA8312

Tints of Dark Goldenrod #BA8312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.1%

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

R = 55.52%
G = 39.1%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA8312 (or 0xBA8312) is known color: Dark Goldenrod. HEX triplet: BA, 83 and 12. RGB value is (186,131,18). Sum of RGB (Red+Green+Blue) = 186+131+18=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8312 is #457CED. Grayscale: #878787. Windows color (decimal): -4553966 or 1213370. OLE color: 1213370.

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

Color convert

RGB 186 131 18 -
CMYK 0 0.30 0.90 0.27
HSL 40.36º 0.82% 0.4% -
HSV(B) 40.36º 0.9% 0.73% -
XYZ 28.48 26.72 4.23 -
YUV 134.56 62.22 164.69 -
System Red Green Blue C M Y K H S L
Decimal 186 131 18 0 0.30 0.90 0.27 40.36 0.82 0.4
Hex BA 83 12 0 1E 5A 1B 28 52 28
Octal 272 203 22 0 36 132 33 50 122 50
Binary 10111010 10000011 10010 0 11110 1011010 11011 101000 1010010 101000

Color Harmonies of #BA8312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8312

Black with #BA8312

Text Example


Text Example

White with #BA8312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8312; }

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

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

background-color css

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

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

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

border-color css

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

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

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