Html Css Color HEX #BA8601 Dark Goldenrod

📋 copy color: '#BA8601'

red 186 ◦ green 134 ◦ blue 1

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

Shades of Dark Goldenrod #BA8601

Tints of Dark Goldenrod #BA8601

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.74%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 57.94%
G = 41.74%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA8601 (or 0xBA8601) is known color: Dark Goldenrod. HEX triplet: BA, 86 and 01. RGB value is (186,134,1). Sum of RGB (Red+Green+Blue) = 186+134+1=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8601 is #4579FE. Grayscale: #868686. Windows color (decimal): -4553215 or 100026. OLE color: 100026.

HSL color Cylindrical-coordinate representation of color #BA8601: hue angle of 43.14º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA8601 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 134 1 -
CMYK 0 0.28 0.99 0.27
HSL 43.14º 0.99% 0.37% -
HSV(B) 43.14º 0.99% 0.73% -
XYZ 28.78 27.49 3.82 -
YUV 134.39 52.73 164.81 -
System Red Green Blue C M Y K H S L
Decimal 186 134 1 0 0.28 0.99 0.27 43.14 0.99 0.37
Hex BA 86 1 0 1C 63 1B 2B 63 25
Octal 272 206 1 0 34 143 33 53 143 45
Binary 10111010 10000110 1 0 11100 1100011 11011 101011 1100011 100101

Color Harmonies of #BA8601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8601

Black with #BA8601

Text Example


Text Example

White with #BA8601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8601; }

 p { color: rgb(186,134,1); }

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

background-color css

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

 a { background-color: rgb(186,134,1); }

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

border-color css

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

 span { border-color: rgb(186,134,1); }

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