Html Css Color HEX #BA7C02 Dark Goldenrod

📋 copy color: '#BA7C02'

red 186 ◦ green 124 ◦ blue 2

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

Shades of Dark Goldenrod #BA7C02

Tints of Dark Goldenrod #BA7C02

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.74%

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

R = 59.62%
G = 39.74%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA7C02 (or 0xBA7C02) is known color: Dark Goldenrod. HEX triplet: BA, 7C and 02. RGB value is (186,124,2). Sum of RGB (Red+Green+Blue) = 186+124+2=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7C02 is #4583FD. Grayscale: #818181. Windows color (decimal): -4555774 or 163002. OLE color: 163002.

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

Color convert

RGB 186 124 2 -
CMYK 0 0.33 0.99 0.27
HSL 39.78º 0.98% 0.37% -
HSV(B) 39.78º 0.99% 0.73% -
XYZ 27.47 24.86 3.41 -
YUV 128.63 56.54 168.92 -
System Red Green Blue C M Y K H S L
Decimal 186 124 2 0 0.33 0.99 0.27 39.78 0.98 0.37
Hex BA 7C 2 0 21 63 1B 28 62 25
Octal 272 174 2 0 41 143 33 50 142 45
Binary 10111010 1111100 10 0 100001 1100011 11011 101000 1100010 100101

Color Harmonies of #BA7C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C02

Black with #BA7C02

Text Example


Text Example

White with #BA7C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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