Html Css Color HEX #BC8100 Dark Goldenrod

📋 copy color: '#BC8100'

red 188 ◦ green 129 ◦ blue 0

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

Shades of Dark Goldenrod #BC8100

Tints of Dark Goldenrod #BC8100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.69%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.31%
G = 40.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC8100 (or 0xBC8100) is known color: Dark Goldenrod. HEX triplet: BC, 81 and 00. RGB value is (188,129,0). Sum of RGB (Red+Green+Blue) = 188+129+0=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8100 is #437EFF. Grayscale: #848484. Windows color (decimal): -4423424 or 33212. OLE color: 33212.

HSL color Cylindrical-coordinate representation of color #BC8100: hue angle of 41.17º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC8100 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 129 0 -
CMYK 0 0.31 1 0.26
HSL 41.17º 1% 0.37% -
HSV(B) 41.17º 1% 0.74% -
XYZ 28.59 26.39 3.59 -
YUV 131.94 53.55 167.99 -
System Red Green Blue C M Y K H S L
Decimal 188 129 0 0 0.31 1 0.26 41.17 1 0.37
Hex BC 81 0 0 1F 64 1A 29 64 25
Octal 274 201 0 0 37 144 32 51 144 45
Binary 10111100 10000001 0 0 11111 1100100 11010 101001 1100100 100101

Color Harmonies of #BC8100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8100

Black with #BC8100

Text Example


Text Example

White with #BC8100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8100; }

 p { color: rgb(188,129,0); }

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

background-color css

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

 a { background-color: rgb(188,129,0); }

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

border-color css

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

 span { border-color: rgb(188,129,0); }

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