Html Css Color HEX #BC9905 Dark Goldenrod

📋 copy color: '#BC9905'

red 188 ◦ green 153 ◦ blue 5

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

Shades of Dark Goldenrod #BC9905

Tints of Dark Goldenrod #BC9905

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.22%

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

R = 54.34%
G = 44.22%
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

#BC9905 (or 0xBC9905) is known color: Dark Goldenrod. HEX triplet: BC, 99 and 05. RGB value is (188,153,5). Sum of RGB (Red+Green+Blue) = 188+153+5=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 5 (2.34% from 255 or 1.45% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9905 is #4366FA. Grayscale: #939393. Windows color (decimal): -4417275 or 367036. OLE color: 367036.

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

Color convert

RGB 188 153 5 -
CMYK 0 0.19 0.97 0.26
HSL 48.52º 0.95% 0.38% -
HSV(B) 48.52º 0.97% 0.74% -
XYZ 32.16 33.48 4.91 -
YUV 146.59 48.1 157.53 -
System Red Green Blue C M Y K H S L
Decimal 188 153 5 0 0.19 0.97 0.26 48.52 0.95 0.38
Hex BC 99 5 0 13 61 1A 31 5F 26
Octal 274 231 5 0 23 141 32 61 137 46
Binary 10111100 10011001 101 0 10011 1100001 11010 110001 1011111 100110

Color Harmonies of #BC9905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9905

Black with #BC9905

Text Example


Text Example

White with #BC9905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9905; }

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

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

background-color css

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

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

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

border-color css

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

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

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