Html Css Color HEX #BC8204 Dark Goldenrod

📋 copy color: '#BC8204'

red 188 ◦ green 130 ◦ blue 4

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

Shades of Dark Goldenrod #BC8204

Tints of Dark Goldenrod #BC8204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.24%

R = 58.39%
G = 40.37%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC8204 (or 0xBC8204) is known color: Dark Goldenrod. HEX triplet: BC, 82 and 04. RGB value is (188,130,4). Sum of RGB (Red+Green+Blue) = 188+130+4=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8204 is #437DFB. Grayscale: #858585. Windows color (decimal): -4423164 or 295612. OLE color: 295612.

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

Color convert

RGB 188 130 4 -
CMYK 0 0.31 0.98 0.26
HSL 41.09º 0.96% 0.38% -
HSV(B) 41.09º 0.98% 0.74% -
XYZ 28.74 26.67 3.75 -
YUV 132.98 55.22 167.25 -
System Red Green Blue C M Y K H S L
Decimal 188 130 4 0 0.31 0.98 0.26 41.09 0.96 0.38
Hex BC 82 4 0 1F 62 1A 29 60 26
Octal 274 202 4 0 37 142 32 51 140 46
Binary 10111100 10000010 100 0 11111 1100010 11010 101001 1100000 100110

Color Harmonies of #BC8204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8204

Black with #BC8204

Text Example


Text Example

White with #BC8204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8204; }

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

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

background-color css

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

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

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

border-color css

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

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

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