Html Css Color HEX #BC8309 Dark Goldenrod

📋 copy color: '#BC8309'

red 188 ◦ green 131 ◦ blue 9

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

Shades of Dark Goldenrod #BC8309

Tints of Dark Goldenrod #BC8309

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.94%

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

R = 57.32%
G = 39.94%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC8309 (or 0xBC8309) is known color: Dark Goldenrod. HEX triplet: BC, 83 and 09. RGB value is (188,131,9). Sum of RGB (Red+Green+Blue) = 188+131+9=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 9 (3.91% from 255 or 2.74% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8309 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8309 is #437CF6. Grayscale: #868686. Windows color (decimal): -4422903 or 623548. OLE color: 623548.

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

Color convert

RGB 188 131 9 -
CMYK 0 0.30 0.95 0.26
HSL 40.89º 0.91% 0.39% -
HSV(B) 40.89º 0.95% 0.74% -
XYZ 28.9 26.94 3.94 -
YUV 134.14 57.38 166.42 -
System Red Green Blue C M Y K H S L
Decimal 188 131 9 0 0.30 0.95 0.26 40.89 0.91 0.39
Hex BC 83 9 0 1E 5F 1A 29 5B 27
Octal 274 203 11 0 36 137 32 51 133 47
Binary 10111100 10000011 1001 0 11110 1011111 11010 101001 1011011 100111

Color Harmonies of #BC8309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8309

Black with #BC8309

Text Example


Text Example

White with #BC8309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8309; }

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

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

background-color css

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

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

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

border-color css

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

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

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