Html Css Color HEX #BC9400 Dark Goldenrod

📋 copy color: '#BC9400'

red 188 ◦ green 148 ◦ blue 0

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

Shades of Dark Goldenrod #BC9400

Tints of Dark Goldenrod #BC9400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.05%

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

R = 55.95%
G = 44.05%
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

#BC9400 (or 0xBC9400) is known color: Dark Goldenrod. HEX triplet: BC, 94 and 00. RGB value is (188,148,0). Sum of RGB (Red+Green+Blue) = 188+148+0=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9400 is #436BFF. Grayscale: #8F8F8F. Windows color (decimal): -4418560 or 38076. OLE color: 38076.

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

Color convert

RGB 188 148 0 -
CMYK 0 0.21 1 0.26
HSL 47.23º 1% 0.37% -
HSV(B) 47.23º 1% 0.74% -
XYZ 31.33 31.87 4.5 -
YUV 143.09 47.25 160.03 -
System Red Green Blue C M Y K H S L
Decimal 188 148 0 0 0.21 1 0.26 47.23 1 0.37
Hex BC 94 0 0 15 64 1A 2F 64 25
Octal 274 224 0 0 25 144 32 57 144 45
Binary 10111100 10010100 0 0 10101 1100100 11010 101111 1100100 100101

Color Harmonies of #BC9400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9400

Black with #BC9400

Text Example


Text Example

White with #BC9400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9400; }

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

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

background-color css

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

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

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

border-color css

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

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

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