Html Css Color HEX #BC8510 Dark Goldenrod

📋 copy color: '#BC8510'

red 188 ◦ green 133 ◦ blue 16

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

Shades of Dark Goldenrod #BC8510

Tints of Dark Goldenrod #BC8510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.75%

R = 55.79%
G = 39.47%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC8510 (or 0xBC8510) is known color: Dark Goldenrod. HEX triplet: BC, 85 and 10. RGB value is (188,133,16). Sum of RGB (Red+Green+Blue) = 188+133+16=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8510 is #437AEF. Grayscale: #888888. Windows color (decimal): -4422384 or 1082812. OLE color: 1082812.

HSL color Cylindrical-coordinate representation of color #BC8510: hue angle of 40.81º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC8510 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 133 16 -
CMYK 0 0.29 0.91 0.26
HSL 40.81º 0.84% 0.4% -
HSV(B) 40.81º 0.91% 0.74% -
XYZ 29.22 27.5 4.26 -
YUV 136.11 60.22 165.01 -
System Red Green Blue C M Y K H S L
Decimal 188 133 16 0 0.29 0.91 0.26 40.81 0.84 0.4
Hex BC 85 10 0 1D 5B 1A 29 54 28
Octal 274 205 20 0 35 133 32 51 124 50
Binary 10111100 10000101 10000 0 11101 1011011 11010 101001 1010100 101000

Color Harmonies of #BC8510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8510

Black with #BC8510

Text Example


Text Example

White with #BC8510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8510; }

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

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

background-color css

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

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

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

border-color css

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

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

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