Html Css Color HEX #BA8803 Dark Goldenrod

📋 copy color: '#BA8803'

red 186 ◦ green 136 ◦ blue 3

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

Shades of Dark Goldenrod #BA8803

Tints of Dark Goldenrod #BA8803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.92%

R = 57.23%
G = 41.85%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA8803 (or 0xBA8803) is known color: Dark Goldenrod. HEX triplet: BA, 88 and 03. RGB value is (186,136,3). Sum of RGB (Red+Green+Blue) = 186+136+3=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8803 is #4577FC. Grayscale: #888888. Windows color (decimal): -4552701 or 231610. OLE color: 231610.

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

Color convert

RGB 186 136 3 -
CMYK 0 0.27 0.98 0.27
HSL 43.61º 0.97% 0.37% -
HSV(B) 43.61º 0.98% 0.73% -
XYZ 29.07 28.05 3.97 -
YUV 135.79 53.07 163.81 -
System Red Green Blue C M Y K H S L
Decimal 186 136 3 0 0.27 0.98 0.27 43.61 0.97 0.37
Hex BA 88 3 0 1B 62 1B 2C 61 25
Octal 272 210 3 0 33 142 33 54 141 45
Binary 10111010 10001000 11 0 11011 1100010 11011 101100 1100001 100101

Color Harmonies of #BA8803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8803

Black with #BA8803

Text Example


Text Example

White with #BA8803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8803; }

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

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

background-color css

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

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

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

border-color css

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

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

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