Html Css Color HEX #BC840D Dark Goldenrod

📋 copy color: '#BC840D'

red 188 ◦ green 132 ◦ blue 13

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

Shades of Dark Goldenrod #BC840D

Tints of Dark Goldenrod #BC840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.64%

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

R = 56.46%
G = 39.64%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC840D (or 0xBC840D) is known color: Dark Goldenrod. HEX triplet: BC, 84 and 0D. RGB value is (188,132,13). Sum of RGB (Red+Green+Blue) = 188+132+13=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC840D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC840D is #437BF2. Grayscale: #878787. Windows color (decimal): -4422643 or 885948. OLE color: 885948.

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

Color convert

RGB 188 132 13 -
CMYK 0 0.30 0.93 0.26
HSL 40.8º 0.87% 0.39% -
HSV(B) 40.8º 0.93% 0.74% -
XYZ 29.06 27.22 4.1 -
YUV 135.18 59.05 165.68 -
System Red Green Blue C M Y K H S L
Decimal 188 132 13 0 0.30 0.93 0.26 40.8 0.87 0.39
Hex BC 84 D 0 1E 5D 1A 29 57 27
Octal 274 204 15 0 36 135 32 51 127 47
Binary 10111100 10000100 1101 0 11110 1011101 11010 101001 1010111 100111

Color Harmonies of #BC840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC840D

Black with #BC840D

Text Example


Text Example

White with #BC840D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC840D; }

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

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

background-color css

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

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

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

border-color css

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

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

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