Html Css Color HEX #BC7405 Dark Goldenrod

📋 copy color: '#BC7405'

red 188 ◦ green 116 ◦ blue 5

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

Shades of Dark Goldenrod #BC7405

Tints of Dark Goldenrod #BC7405

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.54%

 BLUE value IS 5 (2.34% from 255) = 1.62%

R = 60.84%
G = 37.54%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC7405 (or 0xBC7405) is known color: Dark Goldenrod. HEX triplet: BC, 74 and 05. RGB value is (188,116,5). Sum of RGB (Red+Green+Blue) = 188+116+5=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7405 is #438BFA. Grayscale: #7D7D7D. Windows color (decimal): -4426747 or 357564. OLE color: 357564.

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

Color convert

RGB 188 116 5 -
CMYK 0 0.38 0.97 0.26
HSL 36.39º 0.95% 0.38% -
HSV(B) 36.39º 0.97% 0.74% -
XYZ 27.01 23.19 3.2 -
YUV 124.87 60.35 173.03 -
System Red Green Blue C M Y K H S L
Decimal 188 116 5 0 0.38 0.97 0.26 36.39 0.95 0.38
Hex BC 74 5 0 26 61 1A 24 5F 26
Octal 274 164 5 0 46 141 32 44 137 46
Binary 10111100 1110100 101 0 100110 1100001 11010 100100 1011111 100110

Color Harmonies of #BC7405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7405

Black with #BC7405

Text Example


Text Example

White with #BC7405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7405; }

 p { color: rgb(188,116,5); }

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

background-color css

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

 a { background-color: rgb(188,116,5); }

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

border-color css

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

 span { border-color: rgb(188,116,5); }

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