Html Css Color HEX #BA841D Dark Goldenrod

📋 copy color: '#BA841D'

red 186 ◦ green 132 ◦ blue 29

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

Shades of Dark Goldenrod #BA841D

Tints of Dark Goldenrod #BA841D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.04%

 BLUE value IS 29 (11.72% from 255) = 8.36%

R = 53.6%
G = 38.04%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA841D (or 0xBA841D) is known color: Dark Goldenrod. HEX triplet: BA, 84 and 1D. RGB value is (186,132,29). Sum of RGB (Red+Green+Blue) = 186+132+29=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA841D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA841D is #457BE2. Grayscale: #888888. Windows color (decimal): -4553699 or 1934522. OLE color: 1934522.

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

Color convert

RGB 186 132 29 -
CMYK 0 0.29 0.84 0.27
HSL 39.36º 0.73% 0.42% -
HSV(B) 39.36º 0.84% 0.73% -
XYZ 28.72 27.03 4.87 -
YUV 136.4 67.39 163.38 -
System Red Green Blue C M Y K H S L
Decimal 186 132 29 0 0.29 0.84 0.27 39.36 0.73 0.42
Hex BA 84 1D 0 1D 54 1B 27 49 2A
Octal 272 204 35 0 35 124 33 47 111 52
Binary 10111010 10000100 11101 0 11101 1010100 11011 100111 1001001 101010

Color Harmonies of #BA841D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA841D

Black with #BA841D

Text Example


Text Example

White with #BA841D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA841D; }

 p { color: rgb(186,132,29); }

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

background-color css

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

 a { background-color: rgb(186,132,29); }

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

border-color css

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

 span { border-color: rgb(186,132,29); }

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