Html Css Color HEX #BC8701 Dark Goldenrod

📋 copy color: '#BC8701'

red 188 ◦ green 135 ◦ blue 1

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

Shades of Dark Goldenrod #BC8701

Tints of Dark Goldenrod #BC8701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 58.02%
G = 41.67%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC8701 (or 0xBC8701) is known color: Dark Goldenrod. HEX triplet: BC, 87 and 01. RGB value is (188,135,1). Sum of RGB (Red+Green+Blue) = 188+135+1=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8701 is #4378FE. Grayscale: #888888. Windows color (decimal): -4421887 or 100284. OLE color: 100284.

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

Color convert

RGB 188 135 1 -
CMYK 0 0.28 0.99 0.26
HSL 42.99º 0.99% 0.37% -
HSV(B) 42.99º 0.99% 0.74% -
XYZ 29.41 28.02 3.89 -
YUV 135.57 52.06 165.4 -
System Red Green Blue C M Y K H S L
Decimal 188 135 1 0 0.28 0.99 0.26 42.99 0.99 0.37
Hex BC 87 1 0 1C 63 1A 2B 63 25
Octal 274 207 1 0 34 143 32 53 143 45
Binary 10111100 10000111 1 0 11100 1100011 11010 101011 1100011 100101

Color Harmonies of #BC8701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8701

Black with #BC8701

Text Example


Text Example

White with #BC8701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8701; }

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

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

background-color css

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

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

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

border-color css

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

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

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