Html Css Color HEX #BC9805 Dark Goldenrod

📋 copy color: '#BC9805'

red 188 ◦ green 152 ◦ blue 5

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

Shades of Dark Goldenrod #BC9805

Tints of Dark Goldenrod #BC9805

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.06%

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

R = 54.49%
G = 44.06%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC9805 (or 0xBC9805) is known color: Dark Goldenrod. HEX triplet: BC, 98 and 05. RGB value is (188,152,5). Sum of RGB (Red+Green+Blue) = 188+152+5=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9805 is #4367FA. Grayscale: #929292. Windows color (decimal): -4417531 or 366780. OLE color: 366780.

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

Color convert

RGB 188 152 5 -
CMYK 0 0.19 0.97 0.26
HSL 48.2º 0.95% 0.38% -
HSV(B) 48.2º 0.97% 0.74% -
XYZ 31.99 33.16 4.86 -
YUV 146.01 48.43 157.95 -
System Red Green Blue C M Y K H S L
Decimal 188 152 5 0 0.19 0.97 0.26 48.2 0.95 0.38
Hex BC 98 5 0 13 61 1A 30 5F 26
Octal 274 230 5 0 23 141 32 60 137 46
Binary 10111100 10011000 101 0 10011 1100001 11010 110000 1011111 100110

Color Harmonies of #BC9805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9805

Black with #BC9805

Text Example


Text Example

White with #BC9805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9805; }

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

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

background-color css

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

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

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

border-color css

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

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

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