Html Css Color HEX #BC7605 Dark Goldenrod

📋 copy color: '#BC7605'

red 188 ◦ green 118 ◦ blue 5

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

Shades of Dark Goldenrod #BC7605

Tints of Dark Goldenrod #BC7605

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.94%

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

R = 60.45%
G = 37.94%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC7605 (or 0xBC7605) is known color: Dark Goldenrod. HEX triplet: BC, 76 and 05. RGB value is (188,118,5). Sum of RGB (Red+Green+Blue) = 188+118+5=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7605 is #4389FA. Grayscale: #7E7E7E. Windows color (decimal): -4426235 or 358076. OLE color: 358076.

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

Color convert

RGB 188 118 5 -
CMYK 0 0.37 0.97 0.26
HSL 37.05º 0.95% 0.38% -
HSV(B) 37.05º 0.97% 0.74% -
XYZ 27.24 23.66 3.27 -
YUV 126.05 59.69 172.19 -
System Red Green Blue C M Y K H S L
Decimal 188 118 5 0 0.37 0.97 0.26 37.05 0.95 0.38
Hex BC 76 5 0 25 61 1A 25 5F 26
Octal 274 166 5 0 45 141 32 45 137 46
Binary 10111100 1110110 101 0 100101 1100001 11010 100101 1011111 100110

Color Harmonies of #BC7605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7605

Black with #BC7605

Text Example


Text Example

White with #BC7605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7605; }

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

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

background-color css

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

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

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

border-color css

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

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

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