Html Css Color HEX #BC7204 Dark Goldenrod

📋 copy color: '#BC7204'

red 188 ◦ green 114 ◦ blue 4

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

Shades of Dark Goldenrod #BC7204

Tints of Dark Goldenrod #BC7204

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.25%

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

R = 61.44%
G = 37.25%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC7204 (or 0xBC7204) is known color: Dark Goldenrod. HEX triplet: BC, 72 and 04. RGB value is (188,114,4). Sum of RGB (Red+Green+Blue) = 188+114+4=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7204 is #438DFB. Grayscale: #7C7C7C. Windows color (decimal): -4427260 or 291516. OLE color: 291516.

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

Color convert

RGB 188 114 4 -
CMYK 0 0.39 0.98 0.26
HSL 35.87º 0.96% 0.38% -
HSV(B) 35.87º 0.98% 0.74% -
XYZ 26.78 22.73 3.09 -
YUV 123.59 60.52 173.94 -
System Red Green Blue C M Y K H S L
Decimal 188 114 4 0 0.39 0.98 0.26 35.87 0.96 0.38
Hex BC 72 4 0 27 62 1A 24 60 26
Octal 274 162 4 0 47 142 32 44 140 46
Binary 10111100 1110010 100 0 100111 1100010 11010 100100 1100000 100110

Color Harmonies of #BC7204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7204

Black with #BC7204

Text Example


Text Example

White with #BC7204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7204; }

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

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

background-color css

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

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

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

border-color css

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

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

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