Html Css Color HEX #BA7F05 Dark Goldenrod

📋 copy color: '#BA7F05'

red 186 ◦ green 127 ◦ blue 5

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

Shades of Dark Goldenrod #BA7F05

Tints of Dark Goldenrod #BA7F05

RGB

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

 GREEN value IS 127 (50% from 255) = 39.94%

 BLUE value IS 5 (2.34% from 255) = 1.57%

R = 58.49%
G = 39.94%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA7F05 (or 0xBA7F05) is known color: Dark Goldenrod. HEX triplet: BA, 7F and 05. RGB value is (186,127,5). Sum of RGB (Red+Green+Blue) = 186+127+5=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7F05 is #4580FA. Grayscale: #838383. Windows color (decimal): -4555003 or 360378. OLE color: 360378.

HSL color Cylindrical-coordinate representation of color #BA7F05: hue angle of 40.44º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA7F05 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 127 5 -
CMYK 0 0.32 0.97 0.27
HSL 40.44º 0.95% 0.37% -
HSV(B) 40.44º 0.97% 0.73% -
XYZ 27.87 25.63 3.62 -
YUV 130.73 57.05 167.42 -
System Red Green Blue C M Y K H S L
Decimal 186 127 5 0 0.32 0.97 0.27 40.44 0.95 0.37
Hex BA 7F 5 0 20 61 1B 28 5F 25
Octal 272 177 5 0 40 141 33 50 137 45
Binary 10111010 1111111 101 0 100000 1100001 11011 101000 1011111 100101

Color Harmonies of #BA7F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F05

Black with #BA7F05

Text Example


Text Example

White with #BA7F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F05; }

 p { color: rgb(186,127,5); }

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

background-color css

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

 a { background-color: rgb(186,127,5); }

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

border-color css

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

 span { border-color: rgb(186,127,5); }

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