Html Css Color HEX #BC9004 Dark Goldenrod

📋 copy color: '#BC9004'

red 188 ◦ green 144 ◦ blue 4

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

Shades of Dark Goldenrod #BC9004

Tints of Dark Goldenrod #BC9004

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.86%

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

R = 55.95%
G = 42.86%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC9004 (or 0xBC9004) is known color: Dark Goldenrod. HEX triplet: BC, 90 and 04. RGB value is (188,144,4). Sum of RGB (Red+Green+Blue) = 188+144+4=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9004 is #436FFB. Grayscale: #8D8D8D. Windows color (decimal): -4419580 or 299196. OLE color: 299196.

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

Color convert

RGB 188 144 4 -
CMYK 0 0.23 0.98 0.26
HSL 45.65º 0.96% 0.38% -
HSV(B) 45.65º 0.98% 0.74% -
XYZ 30.73 30.65 4.41 -
YUV 141.2 50.58 161.38 -
System Red Green Blue C M Y K H S L
Decimal 188 144 4 0 0.23 0.98 0.26 45.65 0.96 0.38
Hex BC 90 4 0 17 62 1A 2E 60 26
Octal 274 220 4 0 27 142 32 56 140 46
Binary 10111100 10010000 100 0 10111 1100010 11010 101110 1100000 100110

Color Harmonies of #BC9004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9004

Black with #BC9004

Text Example


Text Example

White with #BC9004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9004; }

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

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

background-color css

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

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

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

border-color css

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

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

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