Html Css Color HEX #BC8504 Dark Goldenrod

📋 copy color: '#BC8504'

red 188 ◦ green 133 ◦ blue 4

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

Shades of Dark Goldenrod #BC8504

Tints of Dark Goldenrod #BC8504

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.92%

 BLUE value IS 4 (1.95% from 255) = 1.23%

R = 57.85%
G = 40.92%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC8504 (or 0xBC8504) is known color: Dark Goldenrod. HEX triplet: BC, 85 and 04. RGB value is (188,133,4). Sum of RGB (Red+Green+Blue) = 188+133+4=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8504 is #437AFB. Grayscale: #878787. Windows color (decimal): -4422396 or 296380. OLE color: 296380.

HSL color Cylindrical-coordinate representation of color #BC8504: hue angle of 42.07º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC8504 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 133 4 -
CMYK 0 0.29 0.98 0.26
HSL 42.07º 0.96% 0.38% -
HSV(B) 42.07º 0.98% 0.74% -
XYZ 29.15 27.48 3.88 -
YUV 134.74 54.22 165.99 -
System Red Green Blue C M Y K H S L
Decimal 188 133 4 0 0.29 0.98 0.26 42.07 0.96 0.38
Hex BC 85 4 0 1D 62 1A 2A 60 26
Octal 274 205 4 0 35 142 32 52 140 46
Binary 10111100 10000101 100 0 11101 1100010 11010 101010 1100000 100110

Color Harmonies of #BC8504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8504

Black with #BC8504

Text Example


Text Example

White with #BC8504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8504; }

 p { color: rgb(188,133,4); }

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

background-color css

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

 a { background-color: rgb(188,133,4); }

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

border-color css

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

 span { border-color: rgb(188,133,4); }

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