Html Css Color HEX #BC8917 Dark Goldenrod

📋 copy color: '#BC8917'

red 188 ◦ green 137 ◦ blue 23

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

Shades of Dark Goldenrod #BC8917

Tints of Dark Goldenrod #BC8917

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.37%

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

R = 54.02%
G = 39.37%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC8917 (or 0xBC8917) is known color: Dark Goldenrod. HEX triplet: BC, 89 and 17. RGB value is (188,137,23). Sum of RGB (Red+Green+Blue) = 188+137+23=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8917 is #4376E8. Grayscale: #8B8B8B. Windows color (decimal): -4421353 or 1542588. OLE color: 1542588.

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

Color convert

RGB 188 137 23 -
CMYK 0 0.27 0.88 0.26
HSL 41.45º 0.78% 0.41% -
HSV(B) 41.45º 0.88% 0.74% -
XYZ 29.84 28.64 4.77 -
YUV 139.25 62.4 162.77 -
System Red Green Blue C M Y K H S L
Decimal 188 137 23 0 0.27 0.88 0.26 41.45 0.78 0.41
Hex BC 89 17 0 1B 58 1A 29 4E 29
Octal 274 211 27 0 33 130 32 51 116 51
Binary 10111100 10001001 10111 0 11011 1011000 11010 101001 1001110 101001

Color Harmonies of #BC8917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8917

Black with #BC8917

Text Example


Text Example

White with #BC8917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8917; }

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

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

background-color css

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

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

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

border-color css

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

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

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