Html Css Color HEX #BA871C Dark Goldenrod

📋 copy color: '#BA871C'

red 186 ◦ green 135 ◦ blue 28

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

Shades of Dark Goldenrod #BA871C

Tints of Dark Goldenrod #BA871C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.68%

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

R = 53.3%
G = 38.68%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA871C (or 0xBA871C) is known color: Dark Goldenrod. HEX triplet: BA, 87 and 1C. RGB value is (186,135,28). Sum of RGB (Red+Green+Blue) = 186+135+28=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA871C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA871C is #4578E3. Grayscale: #8A8A8A. Windows color (decimal): -4552932 or 1869754. OLE color: 1869754.

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

Color convert

RGB 186 135 28 -
CMYK 0 0.27 0.85 0.27
HSL 40.63º 0.74% 0.42% -
HSV(B) 40.63º 0.85% 0.73% -
XYZ 29.12 27.85 4.94 -
YUV 138.05 65.9 162.2 -
System Red Green Blue C M Y K H S L
Decimal 186 135 28 0 0.27 0.85 0.27 40.63 0.74 0.42
Hex BA 87 1C 0 1B 55 1B 29 4A 2A
Octal 272 207 34 0 33 125 33 51 112 52
Binary 10111010 10000111 11100 0 11011 1010101 11011 101001 1001010 101010

Color Harmonies of #BA871C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA871C

Black with #BA871C

Text Example


Text Example

White with #BA871C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA871C; }

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

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

background-color css

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

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

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

border-color css

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

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

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