Html Css Color HEX #BC860D Dark Goldenrod

📋 copy color: '#BC860D'

red 188 ◦ green 134 ◦ blue 13

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

Shades of Dark Goldenrod #BC860D

Tints of Dark Goldenrod #BC860D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.88%

R = 56.12%
G = 40%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC860D (or 0xBC860D) is known color: Dark Goldenrod. HEX triplet: BC, 86 and 0D. RGB value is (188,134,13). Sum of RGB (Red+Green+Blue) = 188+134+13=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC860D is #4379F2. Grayscale: #888888. Windows color (decimal): -4422131 or 886460. OLE color: 886460.

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

Color convert

RGB 188 134 13 -
CMYK 0 0.29 0.93 0.26
HSL 41.49º 0.87% 0.39% -
HSV(B) 41.49º 0.93% 0.74% -
XYZ 29.34 27.77 4.19 -
YUV 136.35 58.39 164.84 -
System Red Green Blue C M Y K H S L
Decimal 188 134 13 0 0.29 0.93 0.26 41.49 0.87 0.39
Hex BC 86 D 0 1D 5D 1A 29 57 27
Octal 274 206 15 0 35 135 32 51 127 47
Binary 10111100 10000110 1101 0 11101 1011101 11010 101001 1010111 100111

Color Harmonies of #BC860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC860D

Black with #BC860D

Text Example


Text Example

White with #BC860D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC860D; }

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

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

background-color css

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

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

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

border-color css

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

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

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