Html Css Color HEX #BC8017 Dark Goldenrod

📋 copy color: '#BC8017'

red 188 ◦ green 128 ◦ blue 23

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

Shades of Dark Goldenrod #BC8017

Tints of Dark Goldenrod #BC8017

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.76%

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

R = 55.46%
G = 37.76%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC8017 (or 0xBC8017) is known color: Dark Goldenrod. HEX triplet: BC, 80 and 17. RGB value is (188,128,23). Sum of RGB (Red+Green+Blue) = 188+128+23=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8017 is #437FE8. Grayscale: #868686. Windows color (decimal): -4423657 or 1540284. OLE color: 1540284.

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

Color convert

RGB 188 128 23 -
CMYK 0 0.32 0.88 0.26
HSL 38.18º 0.78% 0.41% -
HSV(B) 38.18º 0.88% 0.74% -
XYZ 28.61 26.19 4.36 -
YUV 133.97 65.38 166.54 -
System Red Green Blue C M Y K H S L
Decimal 188 128 23 0 0.32 0.88 0.26 38.18 0.78 0.41
Hex BC 80 17 0 20 58 1A 26 4E 29
Octal 274 200 27 0 40 130 32 46 116 51
Binary 10111100 10000000 10111 0 100000 1011000 11010 100110 1001110 101001

Color Harmonies of #BC8017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8017

Black with #BC8017

Text Example


Text Example

White with #BC8017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8017; }

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

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

background-color css

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

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

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

border-color css

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

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

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