Html Css Color HEX #BC9504 Dark Goldenrod

📋 copy color: '#BC9504'

red 188 ◦ green 149 ◦ blue 4

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

Shades of Dark Goldenrod #BC9504

Tints of Dark Goldenrod #BC9504

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.7%

 BLUE value IS 4 (1.95% from 255) = 1.17%

R = 55.13%
G = 43.7%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC9504 (or 0xBC9504) is known color: Dark Goldenrod. HEX triplet: BC, 95 and 04. RGB value is (188,149,4). Sum of RGB (Red+Green+Blue) = 188+149+4=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9504 is #436AFB. Grayscale: #909090. Windows color (decimal): -4418300 or 300476. OLE color: 300476.

HSL color Cylindrical-coordinate representation of color #BC9504: hue angle of 47.28º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC9504 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 149 4 -
CMYK 0 0.21 0.98 0.26
HSL 47.28º 0.96% 0.38% -
HSV(B) 47.28º 0.98% 0.74% -
XYZ 31.51 32.2 4.67 -
YUV 144.13 48.92 159.29 -
System Red Green Blue C M Y K H S L
Decimal 188 149 4 0 0.21 0.98 0.26 47.28 0.96 0.38
Hex BC 95 4 0 15 62 1A 2F 60 26
Octal 274 225 4 0 25 142 32 57 140 46
Binary 10111100 10010101 100 0 10101 1100010 11010 101111 1100000 100110

Color Harmonies of #BC9504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9504

Black with #BC9504

Text Example


Text Example

White with #BC9504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9504; }

 p { color: rgb(188,149,4); }

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

background-color css

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

 a { background-color: rgb(188,149,4); }

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

border-color css

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

 span { border-color: rgb(188,149,4); }

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