Html Css Color HEX #BA8603 Dark Goldenrod

📋 copy color: '#BA8603'

red 186 ◦ green 134 ◦ blue 3

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

Shades of Dark Goldenrod #BA8603

Tints of Dark Goldenrod #BA8603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.93%

R = 57.59%
G = 41.49%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA8603 (or 0xBA8603) is known color: Dark Goldenrod. HEX triplet: BA, 86 and 03. RGB value is (186,134,3). Sum of RGB (Red+Green+Blue) = 186+134+3=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 3 (1.56% from 255 or 0.93% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8603 is #4579FC. Grayscale: #878787. Windows color (decimal): -4553213 or 231098. OLE color: 231098.

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

Color convert

RGB 186 134 3 -
CMYK 0 0.28 0.98 0.27
HSL 42.95º 0.97% 0.37% -
HSV(B) 42.95º 0.98% 0.73% -
XYZ 28.79 27.5 3.88 -
YUV 134.61 53.73 164.65 -
System Red Green Blue C M Y K H S L
Decimal 186 134 3 0 0.28 0.98 0.27 42.95 0.97 0.37
Hex BA 86 3 0 1C 62 1B 2B 61 25
Octal 272 206 3 0 34 142 33 53 141 45
Binary 10111010 10000110 11 0 11100 1100010 11011 101011 1100001 100101

Color Harmonies of #BA8603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8603

Black with #BA8603

Text Example


Text Example

White with #BA8603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8603; }

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

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

background-color css

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

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

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

border-color css

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

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

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