Html Css Color HEX #BA8318 Dark Goldenrod

📋 copy color: '#BA8318'

red 186 ◦ green 131 ◦ blue 24

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

Shades of Dark Goldenrod #BA8318

Tints of Dark Goldenrod #BA8318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.04%

R = 54.55%
G = 38.42%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA8318 (or 0xBA8318) is known color: Dark Goldenrod. HEX triplet: BA, 83 and 18. RGB value is (186,131,24). Sum of RGB (Red+Green+Blue) = 186+131+24=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8318 is #457CE7. Grayscale: #878787. Windows color (decimal): -4553960 or 1606586. OLE color: 1606586.

HSL color Cylindrical-coordinate representation of color #BA8318: hue angle of 39.63º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA8318 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 131 24 -
CMYK 0 0.30 0.87 0.27
HSL 39.63º 0.77% 0.41% -
HSV(B) 39.63º 0.87% 0.73% -
XYZ 28.53 26.74 4.52 -
YUV 135.25 65.22 164.2 -
System Red Green Blue C M Y K H S L
Decimal 186 131 24 0 0.30 0.87 0.27 39.63 0.77 0.41
Hex BA 83 18 0 1E 57 1B 28 4D 29
Octal 272 203 30 0 36 127 33 50 115 51
Binary 10111010 10000011 11000 0 11110 1010111 11011 101000 1001101 101001

Color Harmonies of #BA8318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8318

Black with #BA8318

Text Example


Text Example

White with #BA8318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8318; }

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

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

background-color css

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

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

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

border-color css

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

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

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