Html Css Color HEX #BA8316 Dark Goldenrod

📋 copy color: '#BA8316'

red 186 ◦ green 131 ◦ blue 22

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

Shades of Dark Goldenrod #BA8316

Tints of Dark Goldenrod #BA8316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.49%

R = 54.87%
G = 38.64%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA8316 (or 0xBA8316) is known color: Dark Goldenrod. HEX triplet: BA, 83 and 16. RGB value is (186,131,22). Sum of RGB (Red+Green+Blue) = 186+131+22=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8316 is #457CE9. Grayscale: #878787. Windows color (decimal): -4553962 or 1475514. OLE color: 1475514.

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

Color convert

RGB 186 131 22 -
CMYK 0 0.30 0.88 0.27
HSL 39.88º 0.79% 0.41% -
HSV(B) 39.88º 0.88% 0.73% -
XYZ 28.51 26.73 4.42 -
YUV 135.02 64.22 164.36 -
System Red Green Blue C M Y K H S L
Decimal 186 131 22 0 0.30 0.88 0.27 39.88 0.79 0.41
Hex BA 83 16 0 1E 58 1B 28 4F 29
Octal 272 203 26 0 36 130 33 50 117 51
Binary 10111010 10000011 10110 0 11110 1011000 11011 101000 1001111 101001

Color Harmonies of #BA8316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8316

Black with #BA8316

Text Example


Text Example

White with #BA8316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8316; }

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

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

background-color css

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

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

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

border-color css

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

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

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