Html Css Color HEX #BC8413 Dark Goldenrod

📋 copy color: '#BC8413'

red 188 ◦ green 132 ◦ blue 19

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

Shades of Dark Goldenrod #BC8413

Tints of Dark Goldenrod #BC8413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.6%

R = 55.46%
G = 38.94%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC8413 (or 0xBC8413) is known color: Dark Goldenrod. HEX triplet: BC, 84 and 13. RGB value is (188,132,19). Sum of RGB (Red+Green+Blue) = 188+132+19=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8413 is #437BEC. Grayscale: #888888. Windows color (decimal): -4422637 or 1279164. OLE color: 1279164.

HSL color Cylindrical-coordinate representation of color #BC8413: hue angle of 40.12º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC8413 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 132 19 -
CMYK 0 0.30 0.90 0.26
HSL 40.12º 0.82% 0.41% -
HSV(B) 40.12º 0.9% 0.74% -
XYZ 29.11 27.24 4.34 -
YUV 135.86 62.05 165.19 -
System Red Green Blue C M Y K H S L
Decimal 188 132 19 0 0.30 0.90 0.26 40.12 0.82 0.41
Hex BC 84 13 0 1E 5A 1A 28 52 29
Octal 274 204 23 0 36 132 32 50 122 51
Binary 10111100 10000100 10011 0 11110 1011010 11010 101000 1010010 101001

Color Harmonies of #BC8413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8413

Black with #BC8413

Text Example


Text Example

White with #BC8413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8413; }

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

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

background-color css

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

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

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

border-color css

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

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

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