Html Css Color HEX #BA8C02 Dark Goldenrod

📋 copy color: '#BA8C02'

red 186 ◦ green 140 ◦ blue 2

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

Shades of Dark Goldenrod #BA8C02

Tints of Dark Goldenrod #BA8C02

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.68%

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

R = 56.71%
G = 42.68%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA8C02 (or 0xBA8C02) is known color: Dark Goldenrod. HEX triplet: BA, 8C and 02. RGB value is (186,140,2). Sum of RGB (Red+Green+Blue) = 186+140+2=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8C02 is #4573FD. Grayscale: #8A8A8A. Windows color (decimal): -4551678 or 167098. OLE color: 167098.

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

Color convert

RGB 186 140 2 -
CMYK 0 0.25 0.99 0.27
HSL 45º 0.98% 0.37% -
HSV(B) 45º 0.99% 0.73% -
XYZ 29.64 29.2 4.13 -
YUV 138.02 51.24 162.22 -
System Red Green Blue C M Y K H S L
Decimal 186 140 2 0 0.25 0.99 0.27 45 0.98 0.37
Hex BA 8C 2 0 19 63 1B 2D 62 25
Octal 272 214 2 0 31 143 33 55 142 45
Binary 10111010 10001100 10 0 11001 1100011 11011 101101 1100010 100101

Color Harmonies of #BA8C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8C02

Black with #BA8C02

Text Example


Text Example

White with #BA8C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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