Html Css Color HEX #BC8417 Dark Goldenrod

📋 copy color: '#BC8417'

red 188 ◦ green 132 ◦ blue 23

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

Shades of Dark Goldenrod #BC8417

Tints of Dark Goldenrod #BC8417

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.48%

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

R = 54.81%
G = 38.48%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC8417 (or 0xBC8417) is known color: Dark Goldenrod. HEX triplet: BC, 84 and 17. RGB value is (188,132,23). Sum of RGB (Red+Green+Blue) = 188+132+23=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8417 is #437BE8. Grayscale: #888888. Windows color (decimal): -4422633 or 1541308. OLE color: 1541308.

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

Color convert

RGB 188 132 23 -
CMYK 0 0.30 0.88 0.26
HSL 39.64º 0.78% 0.41% -
HSV(B) 39.64º 0.88% 0.74% -
XYZ 29.14 27.26 4.54 -
YUV 136.32 64.05 164.86 -
System Red Green Blue C M Y K H S L
Decimal 188 132 23 0 0.30 0.88 0.26 39.64 0.78 0.41
Hex BC 84 17 0 1E 58 1A 28 4E 29
Octal 274 204 27 0 36 130 32 50 116 51
Binary 10111100 10000100 10111 0 11110 1011000 11010 101000 1001110 101001

Color Harmonies of #BC8417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8417

Black with #BC8417

Text Example


Text Example

White with #BC8417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8417; }

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

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

background-color css

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

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

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

border-color css

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

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

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