Html Css Color HEX #BC8015 Dark Goldenrod

📋 copy color: '#BC8015'

red 188 ◦ green 128 ◦ blue 21

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

Shades of Dark Goldenrod #BC8015

Tints of Dark Goldenrod #BC8015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.23%

R = 55.79%
G = 37.98%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC8015 (or 0xBC8015) is known color: Dark Goldenrod. HEX triplet: BC, 80 and 15. RGB value is (188,128,21). Sum of RGB (Red+Green+Blue) = 188+128+21=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8015 is #437FEA. Grayscale: #868686. Windows color (decimal): -4423659 or 1409212. OLE color: 1409212.

HSL color Cylindrical-coordinate representation of color #BC8015: hue angle of 38.44º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC8015 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 128 21 -
CMYK 0 0.32 0.89 0.26
HSL 38.44º 0.8% 0.41% -
HSV(B) 38.44º 0.89% 0.74% -
XYZ 28.59 26.18 4.26 -
YUV 133.74 64.38 166.7 -
System Red Green Blue C M Y K H S L
Decimal 188 128 21 0 0.32 0.89 0.26 38.44 0.8 0.41
Hex BC 80 15 0 20 59 1A 26 50 29
Octal 274 200 25 0 40 131 32 46 120 51
Binary 10111100 10000000 10101 0 100000 1011001 11010 100110 1010000 101001

Color Harmonies of #BC8015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8015

Black with #BC8015

Text Example


Text Example

White with #BC8015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8015; }

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

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

background-color css

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

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

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

border-color css

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

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

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