Html Css Color HEX #BC8717 Dark Goldenrod

📋 copy color: '#BC8717'

red 188 ◦ green 135 ◦ blue 23

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

Shades of Dark Goldenrod #BC8717

Tints of Dark Goldenrod #BC8717

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.02%

 BLUE value IS 23 (9.38% from 255) = 6.65%

R = 54.34%
G = 39.02%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC8717 (or 0xBC8717) is known color: Dark Goldenrod. HEX triplet: BC, 87 and 17. RGB value is (188,135,23). Sum of RGB (Red+Green+Blue) = 188+135+23=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 23 (9.38% from 255 or 6.65% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8717 is #4378E8. Grayscale: #8A8A8A. Windows color (decimal): -4421865 or 1542076. OLE color: 1542076.

HSL color Cylindrical-coordinate representation of color #BC8717: hue angle of 40.73º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC8717 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 135 23 -
CMYK 0 0.28 0.88 0.26
HSL 40.73º 0.78% 0.41% -
HSV(B) 40.73º 0.88% 0.74% -
XYZ 29.56 28.08 4.67 -
YUV 138.08 63.06 163.61 -
System Red Green Blue C M Y K H S L
Decimal 188 135 23 0 0.28 0.88 0.26 40.73 0.78 0.41
Hex BC 87 17 0 1C 58 1A 29 4E 29
Octal 274 207 27 0 34 130 32 51 116 51
Binary 10111100 10000111 10111 0 11100 1011000 11010 101001 1001110 101001

Color Harmonies of #BC8717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8717

Black with #BC8717

Text Example


Text Example

White with #BC8717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8717; }

 p { color: rgb(188,135,23); }

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

background-color css

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

 a { background-color: rgb(188,135,23); }

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

border-color css

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

 span { border-color: rgb(188,135,23); }

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