Html Css Color HEX #BA841C Dark Goldenrod

📋 copy color: '#BA841C'

red 186 ◦ green 132 ◦ blue 28

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

Shades of Dark Goldenrod #BA841C

Tints of Dark Goldenrod #BA841C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.09%

R = 53.76%
G = 38.15%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA841C (or 0xBA841C) is known color: Dark Goldenrod. HEX triplet: BA, 84 and 1C. RGB value is (186,132,28). Sum of RGB (Red+Green+Blue) = 186+132+28=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA841C is #457BE3. Grayscale: #888888. Windows color (decimal): -4553700 or 1868986. OLE color: 1868986.

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

Color convert

RGB 186 132 28 -
CMYK 0 0.29 0.85 0.27
HSL 39.49º 0.74% 0.42% -
HSV(B) 39.49º 0.85% 0.73% -
XYZ 28.71 27.03 4.8 -
YUV 136.29 66.89 163.46 -
System Red Green Blue C M Y K H S L
Decimal 186 132 28 0 0.29 0.85 0.27 39.49 0.74 0.42
Hex BA 84 1C 0 1D 55 1B 27 4A 2A
Octal 272 204 34 0 35 125 33 47 112 52
Binary 10111010 10000100 11100 0 11101 1010101 11011 100111 1001010 101010

Color Harmonies of #BA841C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA841C

Black with #BA841C

Text Example


Text Example

White with #BA841C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA841C; }

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

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

background-color css

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

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

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

border-color css

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

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

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