Html Css Color HEX #BA9308 Dark Goldenrod

📋 copy color: '#BA9308'

red 186 ◦ green 147 ◦ blue 8

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

Shades of Dark Goldenrod #BA9308

Tints of Dark Goldenrod #BA9308

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.11%

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

R = 54.55%
G = 43.11%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA9308 (or 0xBA9308) is known color: Dark Goldenrod. HEX triplet: BA, 93 and 08. RGB value is (186,147,8). Sum of RGB (Red+Green+Blue) = 186+147+8=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9308 is #456CF7. Grayscale: #8F8F8F. Windows color (decimal): -4549880 or 562106. OLE color: 562106.

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

Color convert

RGB 186 147 8 -
CMYK 0 0.21 0.96 0.27
HSL 46.85º 0.92% 0.38% -
HSV(B) 46.85º 0.96% 0.73% -
XYZ 30.73 31.32 4.66 -
YUV 142.82 51.92 158.8 -
System Red Green Blue C M Y K H S L
Decimal 186 147 8 0 0.21 0.96 0.27 46.85 0.92 0.38
Hex BA 93 8 0 15 60 1B 2F 5C 26
Octal 272 223 10 0 25 140 33 57 134 46
Binary 10111010 10010011 1000 0 10101 1100000 11011 101111 1011100 100110

Color Harmonies of #BA9308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9308

Black with #BA9308

Text Example


Text Example

White with #BA9308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9308; }

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

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

background-color css

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

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

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

border-color css

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

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

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