Html Css Color HEX #BA9803 Dark Goldenrod

📋 copy color: '#BA9803'

red 186 ◦ green 152 ◦ blue 3

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

Shades of Dark Goldenrod #BA9803

Tints of Dark Goldenrod #BA9803

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.57%

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

R = 54.55%
G = 44.57%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA9803 (or 0xBA9803) is known color: Dark Goldenrod. HEX triplet: BA, 98 and 03. RGB value is (186,152,3). Sum of RGB (Red+Green+Blue) = 186+152+3=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9803 is #4567FC. Grayscale: #919191. Windows color (decimal): -4548605 or 235706. OLE color: 235706.

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

Color convert

RGB 186 152 3 -
CMYK 0 0.18 0.98 0.27
HSL 48.85º 0.97% 0.37% -
HSV(B) 48.85º 0.98% 0.73% -
XYZ 31.49 32.9 4.78 -
YUV 145.18 47.76 157.12 -
System Red Green Blue C M Y K H S L
Decimal 186 152 3 0 0.18 0.98 0.27 48.85 0.97 0.37
Hex BA 98 3 0 12 62 1B 31 61 25
Octal 272 230 3 0 22 142 33 61 141 45
Binary 10111010 10011000 11 0 10010 1100010 11011 110001 1100001 100101

Color Harmonies of #BA9803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9803

Black with #BA9803

Text Example


Text Example

White with #BA9803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9803; }

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

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

background-color css

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

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

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

border-color css

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

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

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