Html Css Color HEX #BC8910 Dark Goldenrod

📋 copy color: '#BC8910'

red 188 ◦ green 137 ◦ blue 16

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

Shades of Dark Goldenrod #BC8910

Tints of Dark Goldenrod #BC8910

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.18%

 BLUE value IS 16 (6.64% from 255) = 4.69%

R = 55.13%
G = 40.18%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC8910 (or 0xBC8910) is known color: Dark Goldenrod. HEX triplet: BC, 89 and 10. RGB value is (188,137,16). Sum of RGB (Red+Green+Blue) = 188+137+16=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8910 is #4376EF. Grayscale: #8A8A8A. Windows color (decimal): -4421360 or 1083836. OLE color: 1083836.

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

Color convert

RGB 188 137 16 -
CMYK 0 0.27 0.91 0.26
HSL 42.21º 0.84% 0.4% -
HSV(B) 42.21º 0.91% 0.74% -
XYZ 29.78 28.62 4.44 -
YUV 138.46 58.9 163.34 -
System Red Green Blue C M Y K H S L
Decimal 188 137 16 0 0.27 0.91 0.26 42.21 0.84 0.4
Hex BC 89 10 0 1B 5B 1A 2A 54 28
Octal 274 211 20 0 33 133 32 52 124 50
Binary 10111100 10001001 10000 0 11011 1011011 11010 101010 1010100 101000

Color Harmonies of #BC8910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8910

Black with #BC8910

Text Example


Text Example

White with #BC8910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8910; }

 p { color: rgb(188,137,16); }

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

background-color css

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

 a { background-color: rgb(188,137,16); }

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

border-color css

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

 span { border-color: rgb(188,137,16); }

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