Html Css Color HEX #BC8515 Dark Goldenrod

📋 copy color: '#BC8515'

red 188 ◦ green 133 ◦ blue 21

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

Shades of Dark Goldenrod #BC8515

Tints of Dark Goldenrod #BC8515

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.89%

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

R = 54.97%
G = 38.89%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC8515 (or 0xBC8515) is known color: Dark Goldenrod. HEX triplet: BC, 85 and 15. RGB value is (188,133,21). Sum of RGB (Red+Green+Blue) = 188+133+21=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8515 is #437AEA. Grayscale: #898989. Windows color (decimal): -4422379 or 1410492. OLE color: 1410492.

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

Color convert

RGB 188 133 21 -
CMYK 0 0.29 0.89 0.26
HSL 40.24º 0.8% 0.41% -
HSV(B) 40.24º 0.89% 0.74% -
XYZ 29.26 27.52 4.48 -
YUV 136.68 62.72 164.61 -
System Red Green Blue C M Y K H S L
Decimal 188 133 21 0 0.29 0.89 0.26 40.24 0.8 0.41
Hex BC 85 15 0 1D 59 1A 28 50 29
Octal 274 205 25 0 35 131 32 50 120 51
Binary 10111100 10000101 10101 0 11101 1011001 11010 101000 1010000 101001

Color Harmonies of #BC8515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8515

Black with #BC8515

Text Example


Text Example

White with #BC8515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8515; }

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

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

background-color css

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

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

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

border-color css

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

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

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