Html Css Color HEX #BC7505 Dark Goldenrod

📋 copy color: '#BC7505'

red 188 ◦ green 117 ◦ blue 5

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

Shades of Dark Goldenrod #BC7505

Tints of Dark Goldenrod #BC7505

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.74%

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

R = 60.65%
G = 37.74%
B = 1.61%

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

#BC7505 (or 0xBC7505) is known color: Dark Goldenrod. HEX triplet: BC, 75 and 05. RGB value is (188,117,5). Sum of RGB (Red+Green+Blue) = 188+117+5=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7505 is #438AFA. Grayscale: #7D7D7D. Windows color (decimal): -4426491 or 357820. OLE color: 357820.

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

Color convert

RGB 188 117 5 -
CMYK 0 0.38 0.97 0.26
HSL 36.72º 0.95% 0.38% -
HSV(B) 36.72º 0.97% 0.74% -
XYZ 27.13 23.42 3.24 -
YUV 125.46 60.02 172.61 -
System Red Green Blue C M Y K H S L
Decimal 188 117 5 0 0.38 0.97 0.26 36.72 0.95 0.38
Hex BC 75 5 0 26 61 1A 25 5F 26
Octal 274 165 5 0 46 141 32 45 137 46
Binary 10111100 1110101 101 0 100110 1100001 11010 100101 1011111 100110

Color Harmonies of #BC7505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7505

Black with #BC7505

Text Example


Text Example

White with #BC7505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7505; }

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

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

background-color css

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

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

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

border-color css

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

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

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