Html Css Color HEX #BA7A03 Dark Goldenrod

📋 copy color: '#BA7A03'

red 186 ◦ green 122 ◦ blue 3

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

Shades of Dark Goldenrod #BA7A03

Tints of Dark Goldenrod #BA7A03

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.23%

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

R = 59.81%
G = 39.23%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA7A03 (or 0xBA7A03) is known color: Dark Goldenrod. HEX triplet: BA, 7A and 03. RGB value is (186,122,3). Sum of RGB (Red+Green+Blue) = 186+122+3=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7A03 is #4585FC. Grayscale: #808080. Windows color (decimal): -4556285 or 228026. OLE color: 228026.

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

Color convert

RGB 186 122 3 -
CMYK 0 0.34 0.98 0.27
HSL 39.02º 0.97% 0.37% -
HSV(B) 39.02º 0.98% 0.73% -
XYZ 27.23 24.36 3.35 -
YUV 127.57 57.7 169.68 -
System Red Green Blue C M Y K H S L
Decimal 186 122 3 0 0.34 0.98 0.27 39.02 0.97 0.37
Hex BA 7A 3 0 22 62 1B 27 61 25
Octal 272 172 3 0 42 142 33 47 141 45
Binary 10111010 1111010 11 0 100010 1100010 11011 100111 1100001 100101

Color Harmonies of #BA7A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A03

Black with #BA7A03

Text Example


Text Example

White with #BA7A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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