Html Css Color HEX #BA7F09 Dark Goldenrod

📋 copy color: '#BA7F09'

red 186 ◦ green 127 ◦ blue 9

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

Shades of Dark Goldenrod #BA7F09

Tints of Dark Goldenrod #BA7F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.8%

R = 57.76%
G = 39.44%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA7F09 (or 0xBA7F09) is known color: Dark Goldenrod. HEX triplet: BA, 7F and 09. RGB value is (186,127,9). Sum of RGB (Red+Green+Blue) = 186+127+9=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 9 (3.91% from 255 or 2.80% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7F09 is #4580F6. Grayscale: #838383. Windows color (decimal): -4554999 or 622522. OLE color: 622522.

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

Color convert

RGB 186 127 9 -
CMYK 0 0.32 0.95 0.27
HSL 40º 0.91% 0.38% -
HSV(B) 40º 0.95% 0.73% -
XYZ 27.89 25.64 3.74 -
YUV 131.19 59.05 167.09 -
System Red Green Blue C M Y K H S L
Decimal 186 127 9 0 0.32 0.95 0.27 40 0.91 0.38
Hex BA 7F 9 0 20 5F 1B 28 5B 26
Octal 272 177 11 0 40 137 33 50 133 46
Binary 10111010 1111111 1001 0 100000 1011111 11011 101000 1011011 100110

Color Harmonies of #BA7F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F09

Black with #BA7F09

Text Example


Text Example

White with #BA7F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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