Html Css Color HEX #BC9109 Dark Goldenrod

📋 copy color: '#BC9109'

red 188 ◦ green 145 ◦ blue 9

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

Shades of Dark Goldenrod #BC9109

Tints of Dark Goldenrod #BC9109

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.4%

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

R = 54.97%
G = 42.4%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC9109 (or 0xBC9109) is known color: Dark Goldenrod. HEX triplet: BC, 91 and 09. RGB value is (188,145,9). Sum of RGB (Red+Green+Blue) = 188+145+9=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 9 (3.91% from 255 or 2.63% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9109 is #436EF6. Grayscale: #8E8E8E. Windows color (decimal): -4419319 or 627132. OLE color: 627132.

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

Color convert

RGB 188 145 9 -
CMYK 0 0.23 0.95 0.26
HSL 45.59º 0.91% 0.39% -
HSV(B) 45.59º 0.95% 0.74% -
XYZ 30.91 30.96 4.61 -
YUV 142.35 52.75 160.56 -
System Red Green Blue C M Y K H S L
Decimal 188 145 9 0 0.23 0.95 0.26 45.59 0.91 0.39
Hex BC 91 9 0 17 5F 1A 2E 5B 27
Octal 274 221 11 0 27 137 32 56 133 47
Binary 10111100 10010001 1001 0 10111 1011111 11010 101110 1011011 100111

Color Harmonies of #BC9109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9109

Black with #BC9109

Text Example


Text Example

White with #BC9109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9109; }

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

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

background-color css

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

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

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

border-color css

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

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

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