Html Css Color HEX #BA7608 Dark Goldenrod

📋 copy color: '#BA7608'

red 186 ◦ green 118 ◦ blue 8

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

Shades of Dark Goldenrod #BA7608

Tints of Dark Goldenrod #BA7608

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.82%

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

R = 59.62%
G = 37.82%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA7608 (or 0xBA7608) is known color: Dark Goldenrod. HEX triplet: BA, 76 and 08. RGB value is (186,118,8). Sum of RGB (Red+Green+Blue) = 186+118+8=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7608 is #4589F7. Grayscale: #7E7E7E. Windows color (decimal): -4557304 or 554682. OLE color: 554682.

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

Color convert

RGB 186 118 8 -
CMYK 0 0.37 0.96 0.27
HSL 37.08º 0.92% 0.38% -
HSV(B) 37.08º 0.96% 0.73% -
XYZ 26.77 23.41 3.34 -
YUV 125.79 61.53 170.94 -
System Red Green Blue C M Y K H S L
Decimal 186 118 8 0 0.37 0.96 0.27 37.08 0.92 0.38
Hex BA 76 8 0 25 60 1B 25 5C 26
Octal 272 166 10 0 45 140 33 45 134 46
Binary 10111010 1110110 1000 0 100101 1100000 11011 100101 1011100 100110

Color Harmonies of #BA7608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7608

Black with #BA7608

Text Example


Text Example

White with #BA7608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7608; }

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

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

background-color css

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

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

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

border-color css

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

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

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