Html Css Color HEX #BA8800 Dark Goldenrod

📋 copy color: '#BA8800'

red 186 ◦ green 136 ◦ blue 0

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

Shades of Dark Goldenrod #BA8800

Tints of Dark Goldenrod #BA8800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.24%

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

R = 57.76%
G = 42.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA8800 (or 0xBA8800) is known color: Dark Goldenrod. HEX triplet: BA, 88 and 00. RGB value is (186,136,0). Sum of RGB (Red+Green+Blue) = 186+136+0=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8800 is #4577FF. Grayscale: #888888. Windows color (decimal): -4552704 or 35002. OLE color: 35002.

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

Color convert

RGB 186 136 0 -
CMYK 0 0.27 1 0.27
HSL 43.87º 1% 0.36% -
HSV(B) 43.87º 1% 0.73% -
XYZ 29.05 28.05 3.88 -
YUV 135.45 51.57 164.06 -
System Red Green Blue C M Y K H S L
Decimal 186 136 0 0 0.27 1 0.27 43.87 1 0.36
Hex BA 88 0 0 1B 64 1B 2C 64 24
Octal 272 210 0 0 33 144 33 54 144 44
Binary 10111010 10001000 0 0 11011 1100100 11011 101100 1100100 100100

Color Harmonies of #BA8800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8800

Black with #BA8800

Text Example


Text Example

White with #BA8800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8800; }

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

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

background-color css

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

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

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

border-color css

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

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

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