Html Css Color HEX #BA8002 Dark Goldenrod

📋 copy color: '#BA8002'

red 186 ◦ green 128 ◦ blue 2

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

Shades of Dark Goldenrod #BA8002

Tints of Dark Goldenrod #BA8002

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.51%

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

R = 58.86%
G = 40.51%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA8002 (or 0xBA8002) is known color: Dark Goldenrod. HEX triplet: BA, 80 and 02. RGB value is (186,128,2). Sum of RGB (Red+Green+Blue) = 186+128+2=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8002 is #457FFD. Grayscale: #838383. Windows color (decimal): -4554750 or 164026. OLE color: 164026.

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

Color convert

RGB 186 128 2 -
CMYK 0 0.31 0.99 0.27
HSL 41.09º 0.98% 0.37% -
HSV(B) 41.09º 0.99% 0.73% -
XYZ 27.98 25.88 3.58 -
YUV 130.98 55.22 167.25 -
System Red Green Blue C M Y K H S L
Decimal 186 128 2 0 0.31 0.99 0.27 41.09 0.98 0.37
Hex BA 80 2 0 1F 63 1B 29 62 25
Octal 272 200 2 0 37 143 33 51 142 45
Binary 10111010 10000000 10 0 11111 1100011 11011 101001 1100010 100101

Color Harmonies of #BA8002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8002

Black with #BA8002

Text Example


Text Example

White with #BA8002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8002; }

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

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

background-color css

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

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

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

border-color css

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

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

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