Html Css Color HEX #BC7504 Dark Goldenrod

📋 copy color: '#BC7504'

red 188 ◦ green 117 ◦ blue 4

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

Shades of Dark Goldenrod #BC7504

Tints of Dark Goldenrod #BC7504

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.86%

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

R = 60.84%
G = 37.86%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC7504 (or 0xBC7504) is known color: Dark Goldenrod. HEX triplet: BC, 75 and 04. RGB value is (188,117,4). Sum of RGB (Red+Green+Blue) = 188+117+4=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7504 is #438AFB. Grayscale: #7D7D7D. Windows color (decimal): -4426492 or 292284. OLE color: 292284.

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

Color convert

RGB 188 117 4 -
CMYK 0 0.38 0.98 0.26
HSL 36.85º 0.96% 0.38% -
HSV(B) 36.85º 0.98% 0.74% -
XYZ 27.12 23.42 3.21 -
YUV 125.35 59.52 172.69 -
System Red Green Blue C M Y K H S L
Decimal 188 117 4 0 0.38 0.98 0.26 36.85 0.96 0.38
Hex BC 75 4 0 26 62 1A 25 60 26
Octal 274 165 4 0 46 142 32 45 140 46
Binary 10111100 1110101 100 0 100110 1100010 11010 100101 1100000 100110

Color Harmonies of #BC7504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7504

Black with #BC7504

Text Example


Text Example

White with #BC7504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7504; }

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

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

background-color css

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

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

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

border-color css

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

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

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