Html Css Color HEX #BA9002 Dark Goldenrod

📋 copy color: '#BA9002'

red 186 ◦ green 144 ◦ blue 2

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

Shades of Dark Goldenrod #BA9002

Tints of Dark Goldenrod #BA9002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.37%

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 56.02%
G = 43.37%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA9002 (or 0xBA9002) is known color: Dark Goldenrod. HEX triplet: BA, 90 and 02. RGB value is (186,144,2). Sum of RGB (Red+Green+Blue) = 186+144+2=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9002 is #456FFD. Grayscale: #8C8C8C. Windows color (decimal): -4550654 or 168122. OLE color: 168122.

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

Color convert

RGB 186 144 2 -
CMYK 0 0.23 0.99 0.27
HSL 46.3º 0.98% 0.37% -
HSV(B) 46.3º 0.99% 0.73% -
XYZ 30.23 30.39 4.33 -
YUV 140.37 49.91 160.55 -
System Red Green Blue C M Y K H S L
Decimal 186 144 2 0 0.23 0.99 0.27 46.3 0.98 0.37
Hex BA 90 2 0 17 63 1B 2E 62 25
Octal 272 220 2 0 27 143 33 56 142 45
Binary 10111010 10010000 10 0 10111 1100011 11011 101110 1100010 100101

Color Harmonies of #BA9002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9002

Black with #BA9002

Text Example


Text Example

White with #BA9002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9002; }

 p { color: rgb(186,144,2); }

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

background-color css

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

 a { background-color: rgb(186,144,2); }

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

border-color css

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

 span { border-color: rgb(186,144,2); }

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