Html Css Color HEX #BA7008 Dark Goldenrod

📋 copy color: '#BA7008'

red 186 ◦ green 112 ◦ blue 8

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

Shades of Dark Goldenrod #BA7008

Tints of Dark Goldenrod #BA7008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.61%

R = 60.78%
G = 36.6%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA7008 (or 0xBA7008) is known color: Dark Goldenrod. HEX triplet: BA, 70 and 08. RGB value is (186,112,8). Sum of RGB (Red+Green+Blue) = 186+112+8=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7008 is #458FF7. Grayscale: #7A7A7A. Windows color (decimal): -4558840 or 553146. OLE color: 553146.

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

Color convert

RGB 186 112 8 -
CMYK 0 0.40 0.96 0.27
HSL 35.06º 0.92% 0.38% -
HSV(B) 35.06º 0.96% 0.73% -
XYZ 26.09 22.04 3.11 -
YUV 122.27 63.52 173.46 -
System Red Green Blue C M Y K H S L
Decimal 186 112 8 0 0.40 0.96 0.27 35.06 0.92 0.38
Hex BA 70 8 0 28 60 1B 23 5C 26
Octal 272 160 10 0 50 140 33 43 134 46
Binary 10111010 1110000 1000 0 101000 1100000 11011 100011 1011100 100110

Color Harmonies of #BA7008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7008

Black with #BA7008

Text Example


Text Example

White with #BA7008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7008; }

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

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

background-color css

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

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

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

border-color css

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

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

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