Html Css Color HEX #BA8A07 Dark Goldenrod

📋 copy color: '#BA8A07'

red 186 ◦ green 138 ◦ blue 7

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

Shades of Dark Goldenrod #BA8A07

Tints of Dark Goldenrod #BA8A07

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.69%

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

R = 56.19%
G = 41.69%
B = 2.11%

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

#BA8A07 (or 0xBA8A07) is known color: Dark Goldenrod. HEX triplet: BA, 8A and 07. RGB value is (186,138,7). Sum of RGB (Red+Green+Blue) = 186+138+7=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 7 (3.12% from 255 or 2.11% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8A07 is #4575F8. Grayscale: #898989. Windows color (decimal): -4552185 or 494266. OLE color: 494266.

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

Color convert

RGB 186 138 7 -
CMYK 0 0.26 0.96 0.27
HSL 43.91º 0.93% 0.38% -
HSV(B) 43.91º 0.96% 0.73% -
XYZ 29.38 28.63 4.18 -
YUV 137.42 54.4 162.65 -
System Red Green Blue C M Y K H S L
Decimal 186 138 7 0 0.26 0.96 0.27 43.91 0.93 0.38
Hex BA 8A 7 0 1A 60 1B 2C 5D 26
Octal 272 212 7 0 32 140 33 54 135 46
Binary 10111010 10001010 111 0 11010 1100000 11011 101100 1011101 100110

Color Harmonies of #BA8A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8A07

Black with #BA8A07

Text Example


Text Example

White with #BA8A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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