Html Css Color HEX #BC7406 Dark Goldenrod

📋 copy color: '#BC7406'

red 188 ◦ green 116 ◦ blue 6

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

Shades of Dark Goldenrod #BC7406

Tints of Dark Goldenrod #BC7406

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.42%

 BLUE value IS 6 (2.73% from 255) = 1.94%

R = 60.65%
G = 37.42%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC7406 (or 0xBC7406) is known color: Dark Goldenrod. HEX triplet: BC, 74 and 06. RGB value is (188,116,6). Sum of RGB (Red+Green+Blue) = 188+116+6=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7406 is #438BF9. Grayscale: #7D7D7D. Windows color (decimal): -4426746 or 423100. OLE color: 423100.

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

Color convert

RGB 188 116 6 -
CMYK 0 0.38 0.97 0.26
HSL 36.26º 0.94% 0.38% -
HSV(B) 36.26º 0.97% 0.74% -
XYZ 27.02 23.2 3.23 -
YUV 124.99 60.85 172.94 -
System Red Green Blue C M Y K H S L
Decimal 188 116 6 0 0.38 0.97 0.26 36.26 0.94 0.38
Hex BC 74 6 0 26 61 1A 24 5E 26
Octal 274 164 6 0 46 141 32 44 136 46
Binary 10111100 1110100 110 0 100110 1100001 11010 100100 1011110 100110

Color Harmonies of #BC7406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7406

Black with #BC7406

Text Example


Text Example

White with #BC7406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7406; }

 p { color: rgb(188,116,6); }

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

background-color css

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

 a { background-color: rgb(188,116,6); }

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

border-color css

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

 span { border-color: rgb(188,116,6); }

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