Html Css Color HEX #BC9500 Dark Goldenrod

📋 copy color: '#BC9500'

red 188 ◦ green 149 ◦ blue 0

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

Shades of Dark Goldenrod #BC9500

Tints of Dark Goldenrod #BC9500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.79%
G = 44.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC9500 (or 0xBC9500) is known color: Dark Goldenrod. HEX triplet: BC, 95 and 00. RGB value is (188,149,0). Sum of RGB (Red+Green+Blue) = 188+149+0=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9500 is #436AFF. Grayscale: #909090. Windows color (decimal): -4418304 or 38332. OLE color: 38332.

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

Color convert

RGB 188 149 0 -
CMYK 0 0.21 1 0.26
HSL 47.55º 1% 0.37% -
HSV(B) 47.55º 1% 0.74% -
XYZ 31.49 32.19 4.55 -
YUV 143.68 46.92 159.62 -
System Red Green Blue C M Y K H S L
Decimal 188 149 0 0 0.21 1 0.26 47.55 1 0.37
Hex BC 95 0 0 15 64 1A 30 64 25
Octal 274 225 0 0 25 144 32 60 144 45
Binary 10111100 10010101 0 0 10101 1100100 11010 110000 1100100 100101

Color Harmonies of #BC9500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9500

Black with #BC9500

Text Example


Text Example

White with #BC9500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9500; }

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

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

background-color css

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

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

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

border-color css

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

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

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