Html Css Color HEX #BC8415 Dark Goldenrod

📋 copy color: '#BC8415'

red 188 ◦ green 132 ◦ blue 21

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

Shades of Dark Goldenrod #BC8415

Tints of Dark Goldenrod #BC8415

RGB

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

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

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

R = 55.13%
G = 38.71%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC8415 (or 0xBC8415) is known color: Dark Goldenrod. HEX triplet: BC, 84 and 15. RGB value is (188,132,21). Sum of RGB (Red+Green+Blue) = 188+132+21=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8415 is #437BEA. Grayscale: #888888. Windows color (decimal): -4422635 or 1410236. OLE color: 1410236.

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

Color convert

RGB 188 132 21 -
CMYK 0 0.30 0.89 0.26
HSL 39.88º 0.8% 0.41% -
HSV(B) 39.88º 0.89% 0.74% -
XYZ 29.13 27.25 4.43 -
YUV 136.09 63.05 165.03 -
System Red Green Blue C M Y K H S L
Decimal 188 132 21 0 0.30 0.89 0.26 39.88 0.8 0.41
Hex BC 84 15 0 1E 59 1A 28 50 29
Octal 274 204 25 0 36 131 32 50 120 51
Binary 10111100 10000100 10101 0 11110 1011001 11010 101000 1010000 101001

Color Harmonies of #BC8415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8415

Black with #BC8415

Text Example


Text Example

White with #BC8415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8415; }

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

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

background-color css

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

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

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

border-color css

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

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

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