Html Css Color HEX #BA861C Dark Goldenrod

📋 copy color: '#BA861C'

red 186 ◦ green 134 ◦ blue 28

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

Shades of Dark Goldenrod #BA861C

Tints of Dark Goldenrod #BA861C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.51%

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

R = 53.45%
G = 38.51%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA861C (or 0xBA861C) is known color: Dark Goldenrod. HEX triplet: BA, 86 and 1C. RGB value is (186,134,28). Sum of RGB (Red+Green+Blue) = 186+134+28=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA861C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA861C is #4579E3. Grayscale: #898989. Windows color (decimal): -4553188 or 1869498. OLE color: 1869498.

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

Color convert

RGB 186 134 28 -
CMYK 0 0.28 0.85 0.27
HSL 40.25º 0.74% 0.42% -
HSV(B) 40.25º 0.85% 0.73% -
XYZ 28.98 27.57 4.89 -
YUV 137.46 66.23 162.62 -
System Red Green Blue C M Y K H S L
Decimal 186 134 28 0 0.28 0.85 0.27 40.25 0.74 0.42
Hex BA 86 1C 0 1C 55 1B 28 4A 2A
Octal 272 206 34 0 34 125 33 50 112 52
Binary 10111010 10000110 11100 0 11100 1010101 11011 101000 1001010 101010

Color Harmonies of #BA861C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA861C

Black with #BA861C

Text Example


Text Example

White with #BA861C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA861C; }

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

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

background-color css

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

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

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

border-color css

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

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

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