Html Css Color HEX #BA7003 Dark Goldenrod

📋 copy color: '#BA7003'

red 186 ◦ green 112 ◦ blue 3

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

Shades of Dark Goldenrod #BA7003

Tints of Dark Goldenrod #BA7003

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.21%

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

R = 61.79%
G = 37.21%
B = 1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA7003 (or 0xBA7003) is known color: Dark Goldenrod. HEX triplet: BA, 70 and 03. RGB value is (186,112,3). Sum of RGB (Red+Green+Blue) = 186+112+3=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 3 (1.56% from 255 or 1.00% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7003 is #458FFC. Grayscale: #7A7A7A. Windows color (decimal): -4558845 or 225466. OLE color: 225466.

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

Color convert

RGB 186 112 3 -
CMYK 0 0.40 0.98 0.27
HSL 35.74º 0.97% 0.37% -
HSV(B) 35.74º 0.98% 0.73% -
XYZ 26.06 22.03 2.97 -
YUV 121.7 61.02 173.86 -
System Red Green Blue C M Y K H S L
Decimal 186 112 3 0 0.40 0.98 0.27 35.74 0.97 0.37
Hex BA 70 3 0 28 62 1B 24 61 25
Octal 272 160 3 0 50 142 33 44 141 45
Binary 10111010 1110000 11 0 101000 1100010 11011 100100 1100001 100101

Color Harmonies of #BA7003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7003

Black with #BA7003

Text Example


Text Example

White with #BA7003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7003; }

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

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

background-color css

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

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

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

border-color css

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

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

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