Html Css Color HEX #BA7E06 Dark Goldenrod

📋 copy color: '#BA7E06'

red 186 ◦ green 126 ◦ blue 6

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

Shades of Dark Goldenrod #BA7E06

Tints of Dark Goldenrod #BA7E06

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.62%

 BLUE value IS 6 (2.73% from 255) = 1.89%

R = 58.49%
G = 39.62%
B = 1.89%

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

#BA7E06 (or 0xBA7E06) is known color: Dark Goldenrod. HEX triplet: BA, 7E and 06. RGB value is (186,126,6). Sum of RGB (Red+Green+Blue) = 186+126+6=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 126 (49.61% from 255 or 39.62% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7E06 is #4581F9. Grayscale: #828282. Windows color (decimal): -4555258 or 425658. OLE color: 425658.

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

Color convert

RGB 186 126 6 -
CMYK 0 0.32 0.97 0.27
HSL 40º 0.94% 0.38% -
HSV(B) 40º 0.97% 0.73% -
XYZ 27.74 25.37 3.61 -
YUV 130.26 57.88 167.76 -
System Red Green Blue C M Y K H S L
Decimal 186 126 6 0 0.32 0.97 0.27 40 0.94 0.38
Hex BA 7E 6 0 20 61 1B 28 5E 26
Octal 272 176 6 0 40 141 33 50 136 46
Binary 10111010 1111110 110 0 100000 1100001 11011 101000 1011110 100110

Color Harmonies of #BA7E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E06

Black with #BA7E06

Text Example


Text Example

White with #BA7E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E06; }

 p { color: rgb(186,126,6); }

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

background-color css

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

 a { background-color: rgb(186,126,6); }

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

border-color css

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

 span { border-color: rgb(186,126,6); }

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