Html Css Color HEX #BC7109 Dark Goldenrod

📋 copy color: '#BC7109'

red 188 ◦ green 113 ◦ blue 9

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

Shades of Dark Goldenrod #BC7109

Tints of Dark Goldenrod #BC7109

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.45%

 BLUE value IS 9 (3.91% from 255) = 2.9%

R = 60.65%
G = 36.45%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC7109 (or 0xBC7109) is known color: Dark Goldenrod. HEX triplet: BC, 71 and 09. RGB value is (188,113,9). Sum of RGB (Red+Green+Blue) = 188+113+9=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 9 (3.91% from 255 or 2.90% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7109 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7109 is #438EF6. Grayscale: #7C7C7C. Windows color (decimal): -4427511 or 618940. OLE color: 618940.

HSL color Cylindrical-coordinate representation of color #BC7109: hue angle of 34.86º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC7109 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 113 9 -
CMYK 0 0.40 0.95 0.26
HSL 34.86º 0.91% 0.39% -
HSV(B) 34.86º 0.95% 0.74% -
XYZ 26.69 22.52 3.2 -
YUV 123.57 63.35 173.96 -
System Red Green Blue C M Y K H S L
Decimal 188 113 9 0 0.40 0.95 0.26 34.86 0.91 0.39
Hex BC 71 9 0 28 5F 1A 23 5B 27
Octal 274 161 11 0 50 137 32 43 133 47
Binary 10111100 1110001 1001 0 101000 1011111 11010 100011 1011011 100111

Color Harmonies of #BC7109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7109

Black with #BC7109

Text Example


Text Example

White with #BC7109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7109; }

 p { color: rgb(188,113,9); }

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

background-color css

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

 a { background-color: rgb(188,113,9); }

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

border-color css

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

 span { border-color: rgb(188,113,9); }

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