Html Css Color HEX #BC8815 Dark Goldenrod

📋 copy color: '#BC8815'

red 188 ◦ green 136 ◦ blue 21

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

Shades of Dark Goldenrod #BC8815

Tints of Dark Goldenrod #BC8815

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.42%

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

R = 54.49%
G = 39.42%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC8815 (or 0xBC8815) is known color: Dark Goldenrod. HEX triplet: BC, 88 and 15. RGB value is (188,136,21). Sum of RGB (Red+Green+Blue) = 188+136+21=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8815 is #4377EA. Grayscale: #8A8A8A. Windows color (decimal): -4421611 or 1411260. OLE color: 1411260.

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

Color convert

RGB 188 136 21 -
CMYK 0 0.28 0.89 0.26
HSL 41.32º 0.8% 0.41% -
HSV(B) 41.32º 0.89% 0.74% -
XYZ 29.68 28.35 4.62 -
YUV 138.44 61.73 163.35 -
System Red Green Blue C M Y K H S L
Decimal 188 136 21 0 0.28 0.89 0.26 41.32 0.8 0.41
Hex BC 88 15 0 1C 59 1A 29 50 29
Octal 274 210 25 0 34 131 32 51 120 51
Binary 10111100 10001000 10101 0 11100 1011001 11010 101001 1010000 101001

Color Harmonies of #BC8815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8815

Black with #BC8815

Text Example


Text Example

White with #BC8815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8815; }

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

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

background-color css

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

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

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

border-color css

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

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

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