Html Css Color HEX #BC8013 Dark Goldenrod

📋 copy color: '#BC8013'

red 188 ◦ green 128 ◦ blue 19

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

Shades of Dark Goldenrod #BC8013

Tints of Dark Goldenrod #BC8013

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.21%

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

R = 56.12%
G = 38.21%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC8013 (or 0xBC8013) is known color: Dark Goldenrod. HEX triplet: BC, 80 and 13. RGB value is (188,128,19). Sum of RGB (Red+Green+Blue) = 188+128+19=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8013 is #437FEC. Grayscale: #868686. Windows color (decimal): -4423661 or 1278140. OLE color: 1278140.

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

Color convert

RGB 188 128 19 -
CMYK 0 0.32 0.90 0.26
HSL 38.7º 0.82% 0.41% -
HSV(B) 38.7º 0.9% 0.74% -
XYZ 28.58 26.18 4.16 -
YUV 133.51 63.38 166.86 -
System Red Green Blue C M Y K H S L
Decimal 188 128 19 0 0.32 0.90 0.26 38.7 0.82 0.41
Hex BC 80 13 0 20 5A 1A 27 52 29
Octal 274 200 23 0 40 132 32 47 122 51
Binary 10111100 10000000 10011 0 100000 1011010 11010 100111 1010010 101001

Color Harmonies of #BC8013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8013

Black with #BC8013

Text Example


Text Example

White with #BC8013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8013; }

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

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

background-color css

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

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

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

border-color css

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

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

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