Html Css Color HEX #BC8200 Dark Goldenrod

📋 copy color: '#BC8200'

red 188 ◦ green 130 ◦ blue 0

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

Shades of Dark Goldenrod #BC8200

Tints of Dark Goldenrod #BC8200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.88%

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

R = 59.12%
G = 40.88%
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

#BC8200 (or 0xBC8200) is known color: Dark Goldenrod. HEX triplet: BC, 82 and 00. RGB value is (188,130,0). Sum of RGB (Red+Green+Blue) = 188+130+0=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8200 is #437DFF. Grayscale: #858585. Windows color (decimal): -4423168 or 33468. OLE color: 33468.

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

Color convert

RGB 188 130 0 -
CMYK 0 0.31 1 0.26
HSL 41.49º 1% 0.37% -
HSV(B) 41.49º 1% 0.74% -
XYZ 28.72 26.66 3.63 -
YUV 132.52 53.22 167.57 -
System Red Green Blue C M Y K H S L
Decimal 188 130 0 0 0.31 1 0.26 41.49 1 0.37
Hex BC 82 0 0 1F 64 1A 29 64 25
Octal 274 202 0 0 37 144 32 51 144 45
Binary 10111100 10000010 0 0 11111 1100100 11010 101001 1100100 100101

Color Harmonies of #BC8200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8200

Black with #BC8200

Text Example


Text Example

White with #BC8200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8200; }

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

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

background-color css

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

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

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

border-color css

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

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

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