Html Css Color HEX #BC9409 Dark Goldenrod

📋 copy color: '#BC9409'

red 188 ◦ green 148 ◦ blue 9

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

Shades of Dark Goldenrod #BC9409

Tints of Dark Goldenrod #BC9409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.61%

R = 54.49%
G = 42.9%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC9409 (or 0xBC9409) is known color: Dark Goldenrod. HEX triplet: BC, 94 and 09. RGB value is (188,148,9). Sum of RGB (Red+Green+Blue) = 188+148+9=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 9 (3.91% from 255 or 2.61% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9409 is #436BF6. Grayscale: #909090. Windows color (decimal): -4418551 or 627900. OLE color: 627900.

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

Color convert

RGB 188 148 9 -
CMYK 0 0.21 0.95 0.26
HSL 46.59º 0.91% 0.39% -
HSV(B) 46.59º 0.95% 0.74% -
XYZ 31.38 31.89 4.76 -
YUV 144.11 51.75 159.3 -
System Red Green Blue C M Y K H S L
Decimal 188 148 9 0 0.21 0.95 0.26 46.59 0.91 0.39
Hex BC 94 9 0 15 5F 1A 2F 5B 27
Octal 274 224 11 0 25 137 32 57 133 47
Binary 10111100 10010100 1001 0 10101 1011111 11010 101111 1011011 100111

Color Harmonies of #BC9409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9409

Black with #BC9409

Text Example


Text Example

White with #BC9409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9409; }

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

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

background-color css

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

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

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

border-color css

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

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

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