Html Css Color HEX #BA8907 Dark Goldenrod

📋 copy color: '#BA8907'

red 186 ◦ green 137 ◦ blue 7

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

Shades of Dark Goldenrod #BA8907

Tints of Dark Goldenrod #BA8907

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.52%

 BLUE value IS 7 (3.13% from 255) = 2.12%

R = 56.36%
G = 41.52%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA8907 (or 0xBA8907) is known color: Dark Goldenrod. HEX triplet: BA, 89 and 07. RGB value is (186,137,7). Sum of RGB (Red+Green+Blue) = 186+137+7=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 7 (3.12% from 255 or 2.12% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8907 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8907 is #4576F8. Grayscale: #898989. Windows color (decimal): -4552441 or 494010. OLE color: 494010.

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

Color convert

RGB 186 137 7 -
CMYK 0 0.26 0.96 0.27
HSL 43.58º 0.93% 0.38% -
HSV(B) 43.58º 0.96% 0.73% -
XYZ 29.23 28.35 4.13 -
YUV 136.83 54.73 163.07 -
System Red Green Blue C M Y K H S L
Decimal 186 137 7 0 0.26 0.96 0.27 43.58 0.93 0.38
Hex BA 89 7 0 1A 60 1B 2C 5D 26
Octal 272 211 7 0 32 140 33 54 135 46
Binary 10111010 10001001 111 0 11010 1100000 11011 101100 1011101 100110

Color Harmonies of #BA8907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8907

Black with #BA8907

Text Example


Text Example

White with #BA8907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8907; }

 p { color: rgb(186,137,7); }

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

background-color css

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

 a { background-color: rgb(186,137,7); }

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

border-color css

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

 span { border-color: rgb(186,137,7); }

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