Html Css Color HEX #BC8115 Dark Goldenrod

📋 copy color: '#BC8115'

red 188 ◦ green 129 ◦ blue 21

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

Shades of Dark Goldenrod #BC8115

Tints of Dark Goldenrod #BC8115

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.17%

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

R = 55.62%
G = 38.17%
B = 6.21%

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

#BC8115 (or 0xBC8115) is known color: Dark Goldenrod. HEX triplet: BC, 81 and 15. RGB value is (188,129,21). Sum of RGB (Red+Green+Blue) = 188+129+21=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8115 is #437EEA. Grayscale: #868686. Windows color (decimal): -4423403 or 1409468. OLE color: 1409468.

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

Color convert

RGB 188 129 21 -
CMYK 0 0.31 0.89 0.26
HSL 38.8º 0.8% 0.41% -
HSV(B) 38.8º 0.89% 0.74% -
XYZ 28.72 26.45 4.3 -
YUV 134.33 64.05 166.28 -
System Red Green Blue C M Y K H S L
Decimal 188 129 21 0 0.31 0.89 0.26 38.8 0.8 0.41
Hex BC 81 15 0 1F 59 1A 27 50 29
Octal 274 201 25 0 37 131 32 47 120 51
Binary 10111100 10000001 10101 0 11111 1011001 11010 100111 1010000 101001

Color Harmonies of #BC8115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8115

Black with #BC8115

Text Example


Text Example

White with #BC8115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8115; }

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

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

background-color css

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

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

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

border-color css

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

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

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