Html Css Color HEX #BA8D03 Dark Goldenrod

📋 copy color: '#BA8D03'

red 186 ◦ green 141 ◦ blue 3

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

Shades of Dark Goldenrod #BA8D03

Tints of Dark Goldenrod #BA8D03

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.73%

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

R = 56.36%
G = 42.73%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA8D03 (or 0xBA8D03) is known color: Dark Goldenrod. HEX triplet: BA, 8D and 03. RGB value is (186,141,3). Sum of RGB (Red+Green+Blue) = 186+141+3=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 3 (1.56% from 255 or 0.91% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8D03 is #4572FC. Grayscale: #8B8B8B. Windows color (decimal): -4551421 or 232890. OLE color: 232890.

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

Color convert

RGB 186 141 3 -
CMYK 0 0.24 0.98 0.27
HSL 45.25º 0.97% 0.37% -
HSV(B) 45.25º 0.98% 0.73% -
XYZ 29.79 29.5 4.21 -
YUV 138.72 51.41 161.72 -
System Red Green Blue C M Y K H S L
Decimal 186 141 3 0 0.24 0.98 0.27 45.25 0.97 0.37
Hex BA 8D 3 0 18 62 1B 2D 61 25
Octal 272 215 3 0 30 142 33 55 141 45
Binary 10111010 10001101 11 0 11000 1100010 11011 101101 1100001 100101

Color Harmonies of #BA8D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D03

Black with #BA8D03

Text Example


Text Example

White with #BA8D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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