Html Css Color HEX #BA7508 Dark Goldenrod

📋 copy color: '#BA7508'

red 186 ◦ green 117 ◦ blue 8

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

Shades of Dark Goldenrod #BA7508

Tints of Dark Goldenrod #BA7508

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.62%

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

R = 59.81%
G = 37.62%
B = 2.57%

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

#BA7508 (or 0xBA7508) is known color: Dark Goldenrod. HEX triplet: BA, 75 and 08. RGB value is (186,117,8). Sum of RGB (Red+Green+Blue) = 186+117+8=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7508 is #458AF7. Grayscale: #7D7D7D. Windows color (decimal): -4557560 or 554426. OLE color: 554426.

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

Color convert

RGB 186 117 8 -
CMYK 0 0.37 0.96 0.27
HSL 36.74º 0.92% 0.38% -
HSV(B) 36.74º 0.96% 0.73% -
XYZ 26.65 23.18 3.3 -
YUV 125.21 61.86 171.36 -
System Red Green Blue C M Y K H S L
Decimal 186 117 8 0 0.37 0.96 0.27 36.74 0.92 0.38
Hex BA 75 8 0 25 60 1B 25 5C 26
Octal 272 165 10 0 45 140 33 45 134 46
Binary 10111010 1110101 1000 0 100101 1100000 11011 100101 1011100 100110

Color Harmonies of #BA7508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7508

Black with #BA7508

Text Example


Text Example

White with #BA7508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7508; }

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

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

background-color css

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

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

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

border-color css

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

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

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