Html Css Color HEX #BA8A00 Dark Goldenrod

📋 copy color: '#BA8A00'

red 186 ◦ green 138 ◦ blue 0

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

Shades of Dark Goldenrod #BA8A00

Tints of Dark Goldenrod #BA8A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.41%
G = 42.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA8A00 (or 0xBA8A00) is known color: Dark Goldenrod. HEX triplet: BA, 8A and 00. RGB value is (186,138,0). Sum of RGB (Red+Green+Blue) = 186+138+0=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8A00 is #4575FF. Grayscale: #898989. Windows color (decimal): -4552192 or 35514. OLE color: 35514.

HSL color Cylindrical-coordinate representation of color #BA8A00: hue angle of 44.52º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA8A00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 138 0 -
CMYK 0 0.26 1 0.27
HSL 44.52º 1% 0.36% -
HSV(B) 44.52º 1% 0.73% -
XYZ 29.34 28.62 3.98 -
YUV 136.62 50.9 163.22 -
System Red Green Blue C M Y K H S L
Decimal 186 138 0 0 0.26 1 0.27 44.52 1 0.36
Hex BA 8A 0 0 1A 64 1B 2D 64 24
Octal 272 212 0 0 32 144 33 55 144 44
Binary 10111010 10001010 0 0 11010 1100100 11011 101101 1100100 100100

Color Harmonies of #BA8A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8A00

Black with #BA8A00

Text Example


Text Example

White with #BA8A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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