Html Css Color HEX #BC8509 Dark Goldenrod

📋 copy color: '#BC8509'

red 188 ◦ green 133 ◦ blue 9

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

Shades of Dark Goldenrod #BC8509

Tints of Dark Goldenrod #BC8509

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.3%

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

R = 56.97%
G = 40.3%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC8509 (or 0xBC8509) is known color: Dark Goldenrod. HEX triplet: BC, 85 and 09. RGB value is (188,133,9). Sum of RGB (Red+Green+Blue) = 188+133+9=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 9 (3.91% from 255 or 2.73% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8509 is #437AF6. Grayscale: #878787. Windows color (decimal): -4422391 or 624060. OLE color: 624060.

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

Color convert

RGB 188 133 9 -
CMYK 0 0.29 0.95 0.26
HSL 41.56º 0.91% 0.39% -
HSV(B) 41.56º 0.95% 0.74% -
XYZ 29.18 27.49 4.03 -
YUV 135.31 56.72 165.58 -
System Red Green Blue C M Y K H S L
Decimal 188 133 9 0 0.29 0.95 0.26 41.56 0.91 0.39
Hex BC 85 9 0 1D 5F 1A 2A 5B 27
Octal 274 205 11 0 35 137 32 52 133 47
Binary 10111100 10000101 1001 0 11101 1011111 11010 101010 1011011 100111

Color Harmonies of #BC8509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8509

Black with #BC8509

Text Example


Text Example

White with #BC8509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8509; }

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

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

background-color css

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

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

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

border-color css

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

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

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