Html Css Color HEX #BC7703 Dark Goldenrod

📋 copy color: '#BC7703'

red 188 ◦ green 119 ◦ blue 3

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

Shades of Dark Goldenrod #BC7703

Tints of Dark Goldenrod #BC7703

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.39%

 BLUE value IS 3 (1.56% from 255) = 0.97%

R = 60.65%
G = 38.39%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC7703 (or 0xBC7703) is known color: Dark Goldenrod. HEX triplet: BC, 77 and 03. RGB value is (188,119,3). Sum of RGB (Red+Green+Blue) = 188+119+3=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 3 (1.56% from 255 or 0.97% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7703 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7703 is #4388FC. Grayscale: #7E7E7E. Windows color (decimal): -4425981 or 227260. OLE color: 227260.

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

Color convert

RGB 188 119 3 -
CMYK 0 0.37 0.98 0.26
HSL 37.62º 0.97% 0.37% -
HSV(B) 37.62º 0.98% 0.74% -
XYZ 27.35 23.89 3.26 -
YUV 126.41 58.36 171.93 -
System Red Green Blue C M Y K H S L
Decimal 188 119 3 0 0.37 0.98 0.26 37.62 0.97 0.37
Hex BC 77 3 0 25 62 1A 26 61 25
Octal 274 167 3 0 45 142 32 46 141 45
Binary 10111100 1110111 11 0 100101 1100010 11010 100110 1100001 100101

Color Harmonies of #BC7703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7703

Black with #BC7703

Text Example


Text Example

White with #BC7703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7703; }

 p { color: rgb(188,119,3); }

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

background-color css

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

 a { background-color: rgb(188,119,3); }

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

border-color css

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

 span { border-color: rgb(188,119,3); }

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