Html Css Color HEX #BC9105 Dark Goldenrod

📋 copy color: '#BC9105'

red 188 ◦ green 145 ◦ blue 5

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

Shades of Dark Goldenrod #BC9105

Tints of Dark Goldenrod #BC9105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.48%

R = 55.62%
G = 42.9%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC9105 (or 0xBC9105) is known color: Dark Goldenrod. HEX triplet: BC, 91 and 05. RGB value is (188,145,5). Sum of RGB (Red+Green+Blue) = 188+145+5=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9105 is #436EFA. Grayscale: #8E8E8E. Windows color (decimal): -4419323 or 364988. OLE color: 364988.

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

Color convert

RGB 188 145 5 -
CMYK 0 0.23 0.97 0.26
HSL 45.9º 0.95% 0.38% -
HSV(B) 45.9º 0.97% 0.74% -
XYZ 30.89 30.95 4.49 -
YUV 141.9 50.75 160.88 -
System Red Green Blue C M Y K H S L
Decimal 188 145 5 0 0.23 0.97 0.26 45.9 0.95 0.38
Hex BC 91 5 0 17 61 1A 2E 5F 26
Octal 274 221 5 0 27 141 32 56 137 46
Binary 10111100 10010001 101 0 10111 1100001 11010 101110 1011111 100110

Color Harmonies of #BC9105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9105

Black with #BC9105

Text Example


Text Example

White with #BC9105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9105; }

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

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

background-color css

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

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

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

border-color css

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

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

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