Html Css Color HEX #BA8508 Dark Goldenrod

📋 copy color: '#BA8508'

red 186 ◦ green 133 ◦ blue 8

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

Shades of Dark Goldenrod #BA8508

Tints of Dark Goldenrod #BA8508

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.67%

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

R = 56.88%
G = 40.67%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA8508 (or 0xBA8508) is known color: Dark Goldenrod. HEX triplet: BA, 85 and 08. RGB value is (186,133,8). Sum of RGB (Red+Green+Blue) = 186+133+8=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8508 is #457AF7. Grayscale: #878787. Windows color (decimal): -4553464 or 558522. OLE color: 558522.

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

Color convert

RGB 186 133 8 -
CMYK 0 0.28 0.96 0.27
HSL 42.13º 0.92% 0.38% -
HSV(B) 42.13º 0.96% 0.73% -
XYZ 28.68 27.23 3.97 -
YUV 134.6 56.56 164.66 -
System Red Green Blue C M Y K H S L
Decimal 186 133 8 0 0.28 0.96 0.27 42.13 0.92 0.38
Hex BA 85 8 0 1C 60 1B 2A 5C 26
Octal 272 205 10 0 34 140 33 52 134 46
Binary 10111010 10000101 1000 0 11100 1100000 11011 101010 1011100 100110

Color Harmonies of #BA8508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8508

Black with #BA8508

Text Example


Text Example

White with #BA8508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8508; }

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

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

background-color css

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

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

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

border-color css

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

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

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