Html Css Color HEX #BC861C Dark Goldenrod

📋 copy color: '#BC861C'

red 188 ◦ green 134 ◦ blue 28

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

Shades of Dark Goldenrod #BC861C

Tints of Dark Goldenrod #BC861C

RGB

 RED value IS 188 (73.83% from 255) = 53.71%

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

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

R = 53.71%
G = 38.29%
B = 8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC861C (or 0xBC861C) is known color: Dark Goldenrod. HEX triplet: BC, 86 and 1C. RGB value is (188,134,28). Sum of RGB (Red+Green+Blue) = 188+134+28=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC861C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC861C is #4379E3. Grayscale: #8A8A8A. Windows color (decimal): -4422116 or 1869500. OLE color: 1869500.

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

Color convert

RGB 188 134 28 -
CMYK 0 0.29 0.85 0.26
HSL 39.75º 0.74% 0.42% -
HSV(B) 39.75º 0.85% 0.74% -
XYZ 29.47 27.83 4.92 -
YUV 138.06 65.89 163.62 -
System Red Green Blue C M Y K H S L
Decimal 188 134 28 0 0.29 0.85 0.26 39.75 0.74 0.42
Hex BC 86 1C 0 1D 55 1A 28 4A 2A
Octal 274 206 34 0 35 125 32 50 112 52
Binary 10111100 10000110 11100 0 11101 1010101 11010 101000 1001010 101010

Color Harmonies of #BC861C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC861C

Black with #BC861C

Text Example


Text Example

White with #BC861C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC861C; }

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

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

background-color css

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

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

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

border-color css

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

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

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