Html Css Color HEX #BC7304 Dark Goldenrod

📋 copy color: '#BC7304'

red 188 ◦ green 115 ◦ blue 4

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

Shades of Dark Goldenrod #BC7304

Tints of Dark Goldenrod #BC7304

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.46%

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

R = 61.24%
G = 37.46%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC7304 (or 0xBC7304) is known color: Dark Goldenrod. HEX triplet: BC, 73 and 04. RGB value is (188,115,4). Sum of RGB (Red+Green+Blue) = 188+115+4=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7304 is #438CFB. Grayscale: #7C7C7C. Windows color (decimal): -4427004 or 291772. OLE color: 291772.

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

Color convert

RGB 188 115 4 -
CMYK 0 0.39 0.98 0.26
HSL 36.2º 0.96% 0.38% -
HSV(B) 36.2º 0.98% 0.74% -
XYZ 26.89 22.96 3.13 -
YUV 124.17 60.18 173.53 -
System Red Green Blue C M Y K H S L
Decimal 188 115 4 0 0.39 0.98 0.26 36.2 0.96 0.38
Hex BC 73 4 0 27 62 1A 24 60 26
Octal 274 163 4 0 47 142 32 44 140 46
Binary 10111100 1110011 100 0 100111 1100010 11010 100100 1100000 100110

Color Harmonies of #BC7304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7304

Black with #BC7304

Text Example


Text Example

White with #BC7304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7304; }

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

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

background-color css

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

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

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

border-color css

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

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

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