Html Css Color HEX #BC850D Dark Goldenrod

📋 copy color: '#BC850D'

red 188 ◦ green 133 ◦ blue 13

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

Shades of Dark Goldenrod #BC850D

Tints of Dark Goldenrod #BC850D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.82%

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

R = 56.29%
G = 39.82%
B = 3.89%

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

#BC850D (or 0xBC850D) is known color: Dark Goldenrod. HEX triplet: BC, 85 and 0D. RGB value is (188,133,13). Sum of RGB (Red+Green+Blue) = 188+133+13=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC850D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC850D is #437AF2. Grayscale: #888888. Windows color (decimal): -4422387 or 886204. OLE color: 886204.

HSL color Cylindrical-coordinate representation of color #BC850D: hue angle of 41.14º 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 #BC850D is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 133 13 -
CMYK 0 0.29 0.93 0.26
HSL 41.14º 0.87% 0.39% -
HSV(B) 41.14º 0.93% 0.74% -
XYZ 29.2 27.5 4.15 -
YUV 135.77 58.72 165.26 -
System Red Green Blue C M Y K H S L
Decimal 188 133 13 0 0.29 0.93 0.26 41.14 0.87 0.39
Hex BC 85 D 0 1D 5D 1A 29 57 27
Octal 274 205 15 0 35 135 32 51 127 47
Binary 10111100 10000101 1101 0 11101 1011101 11010 101001 1010111 100111

Color Harmonies of #BC850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC850D

Black with #BC850D

Text Example


Text Example

White with #BC850D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC850D; }

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

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

background-color css

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

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

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

border-color css

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

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

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