Html Css Color HEX #BC8915 Dark Goldenrod

📋 copy color: '#BC8915'

red 188 ◦ green 137 ◦ blue 21

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

Shades of Dark Goldenrod #BC8915

Tints of Dark Goldenrod #BC8915

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.6%

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

R = 54.34%
G = 39.6%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC8915 (or 0xBC8915) is known color: Dark Goldenrod. HEX triplet: BC, 89 and 15. RGB value is (188,137,21). Sum of RGB (Red+Green+Blue) = 188+137+21=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8915 is #4376EA. Grayscale: #8B8B8B. Windows color (decimal): -4421355 or 1411516. OLE color: 1411516.

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

Color convert

RGB 188 137 21 -
CMYK 0 0.27 0.89 0.26
HSL 41.68º 0.8% 0.41% -
HSV(B) 41.68º 0.89% 0.74% -
XYZ 29.82 28.64 4.67 -
YUV 139.03 61.4 162.93 -
System Red Green Blue C M Y K H S L
Decimal 188 137 21 0 0.27 0.89 0.26 41.68 0.8 0.41
Hex BC 89 15 0 1B 59 1A 2A 50 29
Octal 274 211 25 0 33 131 32 52 120 51
Binary 10111100 10001001 10101 0 11011 1011001 11010 101010 1010000 101001

Color Harmonies of #BC8915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8915

Black with #BC8915

Text Example


Text Example

White with #BC8915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8915; }

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

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

background-color css

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

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

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

border-color css

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

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

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