Html Css Color HEX #BC8215 Dark Goldenrod

📋 copy color: '#BC8215'

red 188 ◦ green 130 ◦ blue 21

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

Shades of Dark Goldenrod #BC8215

Tints of Dark Goldenrod #BC8215

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.35%

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

R = 55.46%
G = 38.35%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC8215 (or 0xBC8215) is known color: Dark Goldenrod. HEX triplet: BC, 82 and 15. RGB value is (188,130,21). Sum of RGB (Red+Green+Blue) = 188+130+21=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8215 is #437DEA. Grayscale: #878787. Windows color (decimal): -4423147 or 1409724. OLE color: 1409724.

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

Color convert

RGB 188 130 21 -
CMYK 0 0.31 0.89 0.26
HSL 39.16º 0.8% 0.41% -
HSV(B) 39.16º 0.89% 0.74% -
XYZ 28.86 26.71 4.34 -
YUV 134.92 63.72 165.86 -
System Red Green Blue C M Y K H S L
Decimal 188 130 21 0 0.31 0.89 0.26 39.16 0.8 0.41
Hex BC 82 15 0 1F 59 1A 27 50 29
Octal 274 202 25 0 37 131 32 47 120 51
Binary 10111100 10000010 10101 0 11111 1011001 11010 100111 1010000 101001

Color Harmonies of #BC8215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8215

Black with #BC8215

Text Example


Text Example

White with #BC8215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8215; }

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

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

background-color css

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

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

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

border-color css

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

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

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